Skip to content
Snippets Groups Projects
Commit 5e562fd4 authored by Jorrit Schaap's avatar Jorrit Schaap
Browse files

TMSS-1124: fixed tests

parent 924c1d01
No related branches found
No related tags found
1 merge request!633TMSS-1124
......@@ -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,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment