Skip to content
Snippets Groups Projects
Commit 8c64dcec authored by Jan David Mol's avatar Jan David Mol
Browse files

TMSS-64: Removed checked in merge conflict

parent c422e780
No related branches found
No related tags found
2 merge requests!422Resolve SW-961 "Fix pipelinecontrol",!400Resolve TMSS-64 "Pulsar pipeline"
......@@ -104,14 +104,9 @@ class SchedulingUnitBlueprintStateTest(unittest.TestCase):
task_ingest.save()
# There is no template defined for ingest yet ...but I can use preprocessing pipeline, only the template type matters
# ....should become other thing in future but for this test does not matter
<<<<<<< HEAD
subtask_data = Subtask_test_data(task_ingest,
state=models.SubtaskState.objects.get(value="defined"),
subtask_template=models.SubtaskTemplate.objects.get(name='preprocessing pipeline'))
=======
subtask_data = Subtask_test_data(state=models.SubtaskState.objects.get(value="defined"),
subtask_template=models.SubtaskTemplate.objects.get(name='pipeline control'))
>>>>>>> master
subtask_template=models.SubtaskTemplate.objects.get(name='preprocessing pipeline'))
if "ingest" in skip_create_subtask:
subtask_ingest = None
else:
......
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