Skip to content

Commit

Permalink
Update ci/scripts/tests/test_setup.py
Browse files Browse the repository at this point in the history
I keep checking that back in 'eye-roll emoji'

Co-authored-by: Rahul Mahajan <aerorahul@users.noreply.github.com>
  • Loading branch information
TerrenceMcGuinness-NOAA and aerorahul authored Jul 1, 2024
1 parent 594d4a3 commit a348065
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 @@ -36,7 +36,7 @@ def test_setup_xml():
base = cfg.parse_config('config.base')
assert base.ACCOUNT == account

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 a348065

Please sign in to comment.