Skip to content

Commit 8f3b343

Browse files
Update care/facility/tests/test_bed_api.py
Co-authored-by: Rithvik Nishad <rithvikn2001@gmail.com>
1 parent 6075beb commit 8f3b343

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

care/facility/tests/test_bed_api.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,8 @@ def test_list_non_occupied_beds(self):
5858
self.assertEqual(response.json()["count"], 4)
5959

6060
response_with_not_occupied_bed = self.client.get(
61-
"/api/v1/bed/?not_occupied_by_asset_type=HL7MONITOR"
61+
"/api/v1/bed/",
62+
{ "not_occupied_by_asset_type": "HL7MONITOR" },
6263
)
6364

6465
# Assert count of unoccupied beds is 3

0 commit comments

Comments
 (0)