Skip to content

Commit

Permalink
improve the test
Browse files Browse the repository at this point in the history
this test was failing because of int parsing which was not the actual intended reason of failure I think
  • Loading branch information
szigyi committed May 9, 2024
1 parent 0294269 commit 478dc79
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ def test_create_when_mapping_already_exists_with_different_patient_hospital_id(
data = {
"patient_id": mapping.patient.id,
"hospital_id": mapping.hospital.id,
"patient_hospital_id": "whatever",
"patient_hospital_id": 45678,
}

response = self.client.post(
Expand Down

0 comments on commit 478dc79

Please sign in to comment.