Skip to content
Snippets Groups Projects
Commit a9d2c1c6 authored by Jörn Künsemöller's avatar Jörn Künsemöller
Browse files

TMSS-445: fix test

parent 9c2bea1e
Branches
No related tags found
1 merge request!378Resolve TMSS-445 "Merge"
...@@ -95,7 +95,7 @@ class SystemPermissionTestCase(unittest.TestCase): ...@@ -95,7 +95,7 @@ class SystemPermissionTestCase(unittest.TestCase):
specifications_doc=obs_spec, specifications_doc=obs_spec,
cluster_url=cluster_url, cluster_url=cluster_url,
task_blueprint_url=obs_task_blueprint['url'], task_blueprint_url=obs_task_blueprint['url'],
raw_feedback=' ') raw_feedback='Observation.Correlator.channelWidth=3051.7578125')
obs_subtask = test_data_creator.post_data_and_get_response_as_json_object(obs_subtask_data, '/subtask/') obs_subtask = test_data_creator.post_data_and_get_response_as_json_object(obs_subtask_data, '/subtask/')
cls.obs_subtask_id = obs_subtask['id'] cls.obs_subtask_id = obs_subtask['id']
obs_subtask_output_url = test_data_creator.post_data_and_get_url( obs_subtask_output_url = test_data_creator.post_data_and_get_url(
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment