Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
rithviknishad committed May 21, 2024
1 parent 8f3b343 commit 220f127
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion care/facility/tests/test_bed_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ def test_list_non_occupied_beds(self):

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

# Assert count of unoccupied beds is 3
Expand Down

0 comments on commit 220f127

Please sign in to comment.