Skip to content

Commit 38eeee6

Browse files
committed
Accidentally referred to the table class instead of the table instance with values inserted
1 parent f0d7a39 commit 38eeee6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/server/test_ispyb.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ def test_get_session_id(
1616
ispyb_session.commit()
1717

1818
proposal_db_entry = Proposal(
19-
personId=Person.personId,
19+
personId=person_db_entry.personId,
2020
proposalCode="cm",
2121
proposalNumber="12345",
2222
)

0 commit comments

Comments
 (0)