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

Task #10079: mock plot_hdf5_dynamic_spectra

parent 20d2ff61
No related branches found
No related tags found
No related merge requests found
...@@ -200,7 +200,7 @@ class TestQAService(unittest.TestCase): ...@@ -200,7 +200,7 @@ class TestQAService(unittest.TestCase):
' '.join(mocked_cmd), ' '.join(cmd)) ' '.join(mocked_cmd), ' '.join(cmd))
return mocked_cmd return mocked_cmd
if 'cluster_this.py' in cmd: if 'cluster_this.py' in cmd or 'plot_hdf5_dynamic_spectra' in cmd:
# replace the cluster command which runs normally in the docker container # replace the cluster command which runs normally in the docker container
# by a call to bash true, so the 'cluster_this' call returns 0 exit code # by a call to bash true, so the 'cluster_this' call returns 0 exit code
mocked_cmd = ['true'] mocked_cmd = ['true']
......
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