Skip to content

Commit

Permalink
Update care/facility/tests/test_bed_api.py
Browse files Browse the repository at this point in the history
Co-authored-by: Rithvik Nishad <rithvikn2001@gmail.com>
  • Loading branch information
sainak and rithviknishad authored May 20, 2024
1 parent 6075beb commit 8f3b343
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion care/facility/tests/test_bed_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,8 @@ def test_list_non_occupied_beds(self):
self.assertEqual(response.json()["count"], 4)

response_with_not_occupied_bed = self.client.get(
"/api/v1/bed/?not_occupied_by_asset_type=HL7MONITOR"
"/api/v1/bed/",
{ "not_occupied_by_asset_type": "HL7MONITOR" },
)

# Assert count of unoccupied beds is 3
Expand Down

0 comments on commit 8f3b343

Please sign in to comment.