From a3480651605f77373fbc2a0a85dfd05d1fda480e Mon Sep 17 00:00:00 2001 From: TerrenceMcGuinness-NOAA Date: Mon, 1 Jul 2024 18:38:13 -0400 Subject: [PATCH] Update ci/scripts/tests/test_setup.py I keep checking that back in 'eye-roll emoji' Co-authored-by: Rahul Mahajan --- ci/scripts/tests/test_setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/scripts/tests/test_setup.py b/ci/scripts/tests/test_setup.py index 7a5254e143..77a36369f4 100755 --- a/ci/scripts/tests/test_setup.py +++ b/ci/scripts/tests/test_setup.py @@ -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()