Skip to content

Commit

Permalink
Update ci/scripts/tests/test_setup.py
Browse files Browse the repository at this point in the history
Co-authored-by: David Huber <69919478+DavidHuber-NOAA@users.noreply.github.com>
  • Loading branch information
1 parent d7fe0fd commit 33e03c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/scripts/tests/test_setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ def test_setup_xml_fail_config_env_cornercase():
assert base.ACCOUNT == account

assert foobar not in base.values()
assert "UNKOWN" not in base.values()
assert "UNKNOWN" not in base.values()

with open(f"{RUNDIR}/{pslot}/{pslot}.xml", 'r') as file:
contents = file.read()
Expand Down

0 comments on commit 33e03c2

Please sign in to comment.