diff --git a/coordinator/ProcessorUtils.py b/coordinator/ProcessorUtils.py index 904453af4afc1e54b4f7b5abeefa0a37776e0af5..8913ac475d16ed8c372d4ffdd92f84654e1fcdff 100644 --- a/coordinator/ProcessorUtils.py +++ b/coordinator/ProcessorUtils.py @@ -14,7 +14,7 @@ from typing import List short_name = { - 'Advisory' : 'SUMMARY', + 'Advisory' : 'ADVISORY', 'Deposition' : 'DEPOSITION', 'Environment' : 'ENVIRONMENT_2.0', 'Epidemiology' : 'EPI', diff --git a/tests/integration/test_advisory.py b/tests/integration/test_advisory.py index a5bde542faf57542efa0d0d7517ad645105dbdaf..da2fbbcb9ecc2b26fc95d5d918e69f940f3b42e1 100644 --- a/tests/integration/test_advisory.py +++ b/tests/integration/test_advisory.py @@ -10,7 +10,7 @@ class TestAdvisory(unittest.TestCase): TEST_OUT_PATH: str = "not_set" TEST_START_DATE: str = '20221001' - TEST_JOB_DIR: str = "SUMMARY_" + TEST_START_DATE + TEST_JOB_DIR: str = "ADVISORY_" + TEST_START_DATE @classmethod def setUpClass(cls) -> None: