Skip to content

Commit 608f9ad

Browse files
committed
Wrong tag
1 parent 97f9ff0 commit 608f9ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/server/api/test_workflow.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ def test_register_dc_group_new_atlas(mock_transport, murfey_db_session: Session)
215215
assert new_dcg.atlas == "/path/to/Atlas_2.jpg"
216216
assert new_dcg.sample == 10
217217
assert new_dcg.atlas_pixel_size == 1e-4
218-
assert new_dcg.tag == "atlas_tag"
218+
assert new_dcg.tag == "processing_tag"
219219
assert new_dcg.atlas_id == 5
220220

221221

0 commit comments

Comments
 (0)