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

TMSS-601: Renamed roles input/output -> any in tests

parent 1fc09ea8
No related branches found
No related tags found
1 merge request!385Resolve TMSS-601 "Connectors"
......@@ -408,7 +408,7 @@ class SchedulingTest(unittest.TestCase):
# connect obs to pipeline
scheduling_unit_doc['task_relations'].append({"producer": "Observation",
"consumer": "Pipeline",
"input": { "role": "input", "datatype": "visibilities" },
"input": { "role": "any", "datatype": "visibilities" },
"output": { "role": "correlator", "datatype": "visibilities" },
"dataformat": "MeasurementSet",
"selection_doc": {},
......
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