Skip to content

Commit f065efc

Browse files
committed
Wrong column name
1 parent 16fbc41 commit f065efc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/conftest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -271,7 +271,7 @@ def seed_murfey_db(murfey_db_session_factory):
271271
session=murfey_session,
272272
table=MurfeySession,
273273
lookup_kwargs={
274-
"session": ExampleVisit.murfey_session_id,
274+
"id": ExampleVisit.murfey_session_id,
275275
"name": f"{ExampleVisit.proposal_code}{ExampleVisit.proposal_number}-{ExampleVisit.visit_number}",
276276
},
277277
)

0 commit comments

Comments
 (0)