From 5e562fd490801ed641dea689079349c8569fdfeb Mon Sep 17 00:00:00 2001 From: Jorrit Schaap <schaap@astron.nl> Date: Tue, 2 Nov 2021 11:35:57 +0100 Subject: [PATCH] TMSS-1124: fixed tests --- SAS/TMSS/backend/test/tmss_test_data_django_models.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 b22cbee7d33..155e9a982bf 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, -- GitLab