Skip to content

Commit

Permalink
Update tests/unit/routes/test_person_router.py
Browse files Browse the repository at this point in the history
Co-authored-by: Eric Buckley <[email protected]>
  • Loading branch information
m-goggins and ericbuckley authored Feb 12, 2025
1 parent 7447f51 commit 8807895
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unit/routes/test_person_router.py
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ def test1InvalidPersonId(self, client):

def testPersonIdsNottheSame(self, client):
# Test that a 422 will be raised if the merge_into_id is in the person_reference_ids
person1 = models.Person()
person1 = models.Person(reference_id=uuid.uuid4())

response = client.post(
f"/person/{person1.reference_id}/merge/",
Expand Down

0 comments on commit 8807895

Please sign in to comment.