We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f57a762 commit 004e6f3Copy full SHA for 004e6f3
tests/workflows/clem/test_process_raw_lifs.py
@@ -70,7 +70,7 @@ def test_zocalo_cluster_request(
70
71
# Check that it sends the expected recipe
72
mock_transport.send.assert_called_once_with(
73
- "processing_recipe",
74
- sent_recipe,
+ queue="processing_recipe",
+ message=sent_recipe,
75
new_connection=True,
76
)
tests/workflows/clem/test_process_raw_tiffs.py
@@ -97,7 +97,7 @@ def test_zocalo_cluster_request(
97
98
99
100
101
102
103
0 commit comments