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 32fe03a commit 8336fbdCopy full SHA for 8336fbd
tests/server/test_ispyb.py
@@ -26,10 +26,10 @@ def test_get_session_id(
26
27
# Test function
28
result = get_session_id(
29
- microscope="murfey",
30
- proposal_code="cm",
31
- proposal_number="12345",
32
- visit_number="6",
+ microscope=ExampleVisit.instrument_name,
+ proposal_code=ExampleVisit.proposal_code,
+ proposal_number=str(ExampleVisit.proposal_number),
+ visit_number=str(ExampleVisit.visit_number),
33
db=ispyb_db,
34
)
35
assert query == result
0 commit comments