We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 93146b6 commit 8d08a92Copy full SHA for 8d08a92
1 file changed
tests/server/api/test_workflow.py
@@ -177,6 +177,7 @@ def test_register_dc_group_processing_to_atlas(
177
"atlas_pixel_size": 1e-4,
178
"dcgid": 1,
179
"session_id": ExampleVisit.murfey_session_id,
180
+ "tag": "processing_tag",
181
},
182
)
183
mock_transport.send.assert_any_call(
@@ -189,6 +190,7 @@ def test_register_dc_group_processing_to_atlas(
189
190
191
"dcgid": 2,
192
193
+ "tag": "second_processing_tag",
194
195
196
@@ -395,6 +397,7 @@ def test_register_dc_group_new_atlas_with_searchmaps(
395
397
396
398
399
400
401
402
403
0 commit comments