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 4038cda commit b5f446aCopy full SHA for b5f446a
tests/conftest.py
@@ -331,6 +331,8 @@ def seed_murfey_db(murfey_db_session_factory):
331
lookup_kwargs={
332
"id": ExampleVisit.murfey_session_id,
333
"name": f"{ExampleVisit.proposal_code}{ExampleVisit.proposal_number}-{ExampleVisit.visit_number}",
334
+ "visit": f"{ExampleVisit.proposal_code}{ExampleVisit.proposal_number}-{ExampleVisit.visit_number}",
335
+ "instrument_name": ExampleVisit.instrument_name,
336
},
337
)
338
session.close()
0 commit comments