diff --git a/SAS/TMSS/test/tmss_test_data_django_models.py b/SAS/TMSS/test/tmss_test_data_django_models.py
index dd093be160512794fd2c8a7025d4e8f6d0e2b5cf..beb081a21e0f2a3158738fbd29f8be71e85b2cfb 100644
--- a/SAS/TMSS/test/tmss_test_data_django_models.py
+++ b/SAS/TMSS/test/tmss_test_data_django_models.py
@@ -133,7 +133,8 @@ def Project_test_data() -> dict:
                "can_trigger": False,
                "private_data": True,
                "expert": True,
-               "filler": False}
+               "filler": False,
+               "archive_subdirectory": "my_project/"}
 
 def ResourceType_test_data() -> dict:
     return  {
diff --git a/SAS/TMSS/test/tmss_test_data_rest.py b/SAS/TMSS/test/tmss_test_data_rest.py
index d919fbbcc46cddd25b80ccc6e091b43802775c64..239367b34aa765dc9f1e25c4fd700556ec45903a 100644
--- a/SAS/TMSS/test/tmss_test_data_rest.py
+++ b/SAS/TMSS/test/tmss_test_data_rest.py
@@ -176,7 +176,8 @@ class TMSSRESTTestDataCreator():
                 "trigger_priority": 1000,
                 "can_trigger": False,
                 "private_data": True,
-                "cycles": []}
+                "cycles": [],
+                "archive_subdirectory": 'my_project/'}
 
     def ResourceType(self, description="my resource_type description"):
         return {