Skip to content

Commit 86e8a07

Browse files
committed
Forgot to add ISPyB database a a parameter
1 parent cabec6f commit 86e8a07

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/server/test_ispyb.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,5 +53,6 @@ def test_get_proposal_id(
5353
result = get_proposal_id(
5454
proposal_code=ExampleVisit.proposal_code,
5555
proposal_number=ExampleVisit.proposal_number,
56+
db=ispyb_db,
5657
)
5758
assert query == result

0 commit comments

Comments
 (0)