diff --git a/tests/unit/routes/test_patient_router.py b/tests/unit/routes/test_patient_router.py index b3345169..1b1095ed 100644 --- a/tests/unit/routes/test_patient_router.py +++ b/tests/unit/routes/test_patient_router.py @@ -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