Skip to content

Commit eb52f46

Browse files
committed
Called wrong column in test
1 parent 150fc81 commit eb52f46

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/workflows/clem/test_register_align_and_merge_results.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ def test_run(
5757
murfey_db_session,
5858
MurfeyDB.ImagingSite,
5959
lookup_kwargs={
60-
"id": murfey_session.id,
60+
"session_id": murfey_session.id,
6161
"site_name": site_name,
6262
"image_path": str(image_path),
6363
},

0 commit comments

Comments
 (0)