Skip to content

Commit

Permalink
removing debugging statement
Browse files Browse the repository at this point in the history
  • Loading branch information
ericbuckley committed Jan 24, 2025
1 parent 0553c1b commit ffd8ee4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/unit/routes/test_patient_router.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@

class TestCreatePerson:
def test_invalid_reference_id(self, client):
print("testing")
response = client.post("/patient/123/person")
assert response.status_code == 422

Expand Down

0 comments on commit ffd8ee4

Please sign in to comment.