Skip to content
Snippets Groups Projects
Commit d65721db authored by Thomas Kluyver's avatar Thomas Kluyver
Browse files

Add missing value in test

parent 35ce8d83
No related branches found
No related tags found
1 merge request!1021[Webservice] Use MUNGE credential with update_conf requests
...@@ -47,7 +47,7 @@ def test_main_sys_exit(capsys): ...@@ -47,7 +47,7 @@ def test_main_sys_exit(capsys):
EXPECTED_ZMQ_REQ = [ EXPECTED_ZMQ_REQ = [
'update_conf', 'SASEX', 'SPB_DET_AGIPD1M-1', 'SPB', '000000', '000000', 'update_conf', 'SASEX', 'SPB_DET_AGIPD1M-1', 'SPB', '000000', '000000',
'{"correct": {"SPB": {"SPB_DET_AGIPD1M-1": {"rel-gain": true}}}, "data-mapping": {"SPB_DET_AGIPD1M-1": {"karabo-da": ["AGIPD00"]}}}', # noqa '{"correct": {"SPB": {"SPB_DET_AGIPD1M-1": {"rel-gain": true}}}, "data-mapping": {"SPB_DET_AGIPD1M-1": {"karabo-da": ["AGIPD00"]}}}', # noqa
'False', 'False', None,
] ]
......
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