From 55d676c7c735d81a2171f69fbb9b405164101569 Mon Sep 17 00:00:00 2001
From: jws52 <jws52@cam.ac.uk>
Date: Tue, 24 Jan 2023 10:37:27 +0000
Subject: [PATCH] chore: Change job prefix from SUMMARY to ADVISORY

---
 coordinator/ProcessorUtils.py      | 2 +-
 tests/integration/test_advisory.py | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/coordinator/ProcessorUtils.py b/coordinator/ProcessorUtils.py
index 904453a..8913ac4 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 a5bde54..da2fbbc 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:
-- 
GitLab