Skip to content

Commit 8d08a92

Browse files
committed
update workflow test
1 parent 93146b6 commit 8d08a92

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

tests/server/api/test_workflow.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -177,6 +177,7 @@ def test_register_dc_group_processing_to_atlas(
177177
"atlas_pixel_size": 1e-4,
178178
"dcgid": 1,
179179
"session_id": ExampleVisit.murfey_session_id,
180+
"tag": "processing_tag",
180181
},
181182
)
182183
mock_transport.send.assert_any_call(
@@ -189,6 +190,7 @@ def test_register_dc_group_processing_to_atlas(
189190
"atlas_pixel_size": 1e-4,
190191
"dcgid": 2,
191192
"session_id": ExampleVisit.murfey_session_id,
193+
"tag": "second_processing_tag",
192194
},
193195
)
194196

@@ -395,6 +397,7 @@ def test_register_dc_group_new_atlas_with_searchmaps(
395397
"atlas_pixel_size": 1e-4,
396398
"dcgid": 1,
397399
"session_id": ExampleVisit.murfey_session_id,
400+
"tag": "processing_tag",
398401
},
399402
)
400403

0 commit comments

Comments
 (0)