We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c4cc3de commit 731e69bCopy full SHA for 731e69b
1 file changed
tests/workflows/spa/test_flush_spa_preprocess.py
@@ -69,7 +69,7 @@ def test_register_grid_square_update_add_nothing(
69
dcg = DataCollectionGroup(
70
id=1,
71
session_id=ExampleVisit.murfey_session_id,
72
- tag="processing_tag",
+ tag="session_tag",
73
atlas_id=90,
74
sample=2,
75
)
@@ -87,8 +87,8 @@ def test_register_grid_square_update_add_nothing(
87
murfey_db_session.add(grid_square)
88
murfey_db_session.commit()
89
90
- # Parameters to update with
91
- new_parameters = GridSquareParameters(tag="session_tag", sample=2)
+ # Parameters to update with - use a new tag but same sample
+ new_parameters = GridSquareParameters(tag="atlas_tag", sample=2)
92
93
# Run the registration
94
flush_spa_preprocess.register_grid_square(
0 commit comments