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 cabec6f commit 86e8a07Copy full SHA for 86e8a07
tests/server/test_ispyb.py
@@ -53,5 +53,6 @@ def test_get_proposal_id(
53
result = get_proposal_id(
54
proposal_code=ExampleVisit.proposal_code,
55
proposal_number=ExampleVisit.proposal_number,
56
+ db=ispyb_db,
57
)
58
assert query == result
0 commit comments