Skip to content

Commit

Permalink
ugh, update limit count typo
Browse files Browse the repository at this point in the history
  • Loading branch information
m-goggins committed Feb 26, 2025
1 parent 7d8adb4 commit ba1ceb1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unit/routes/test_patient_router.py
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ def test_get_orphaned_patients_with_limit(self, client):
"data": [str(patient1.reference_id), str(patient2.reference_id)],
"meta": {
"next_cursor": str(patient2.reference_id),
"next": f"http://testserver/patient/orphaned?limit=1&cursor={str(patient2.reference_id)}",
"next": f"http://testserver/patient/orphaned?limit=2&cursor={str(patient2.reference_id)}",
},
}

Expand Down

0 comments on commit ba1ceb1

Please sign in to comment.