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

TMSS-1216: fixed test

parent 6dad35e1
No related branches found
No related tags found
1 merge request!640TMSS-1216
......@@ -110,6 +110,7 @@ def create_scheduling_relation_task_blueprint_for_testing(first_task_blueprint,
"""
task_scheduling_rel_obj = models.TaskSchedulingRelationBlueprint.objects.create(
tags=[],
draft=models.TaskSchedulingRelationDraft.objects.create(first=first_task_blueprint.draft, second=second_task_blueprint.draft, placement=models.SchedulingRelationPlacement.objects.get(value=placement)),
first=first_task_blueprint,
second=second_task_blueprint,
placement=models.SchedulingRelationPlacement.objects.get(value=placement),
......
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