diff --git a/SAS/TMSS/backend/test/tmss_test_data_django_models.py b/SAS/TMSS/backend/test/tmss_test_data_django_models.py
index b22cbee7d33ad59ef21254c45e8c3a5b00aa8fae..155e9a982bf7773c466889c61afab2a51fc7ed57 100644
--- a/SAS/TMSS/backend/test/tmss_test_data_django_models.py
+++ b/SAS/TMSS/backend/test/tmss_test_data_django_models.py
@@ -373,7 +373,7 @@ def SubtaskInput_test_data(subtask: models.Subtask=None, producer: models.Subtas
         selection_doc = get_default_json_object_for_schema(selection_template.schema)
 
     return {"subtask": subtask,
-            "task_relation_blueprint": models.TaskRelationBlueprint.objects.create(**TaskRelationBlueprint_test_data()),
+            "input_role": models.TaskConnectorType.objects.create(**TaskConnectorType_test_data()),
             "producer": producer,
             "selection_doc": selection_doc,
             "selection_template": selection_template,