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 b243261 commit 32261bfCopy full SHA for 32261bf
tests/server/api/test_workflow.py
@@ -204,7 +204,7 @@ def test_register_dc_group_processing_to_atlas(
204
assert second_new_dcg.atlas == "/path/to/Sample10/Atlas/Atlas_2.jpg"
205
assert second_new_dcg.atlas_pixel_size == 1e-4
206
# Check the tag of the data collection group was not updated
207
- assert new_dcg.tag == "/path/to/Sample10/Atlas"
+ assert new_dcg.tag != "/path/to/Sample10/Atlas"
208
assert second_new_dcg.tag != "/path/to/Sample10/Atlas"
209
210
0 commit comments