Skip to content

Commit

Permalink
empty type query param in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
anoadragon453 authored Jan 3, 2025
1 parent 7345528 commit 25c0726
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/rest/admin/test_room.py
Original file line number Diff line number Diff line change
Expand Up @@ -2058,7 +2058,7 @@ def test_room_state_param_empty(self) -> None:

channel = self.make_request(
"GET",
f"/_synapse/admin/v1/rooms/{room_id}/state?type=''",
f"/_synapse/admin/v1/rooms/{room_id}/state?type=",
access_token=self.admin_user_tok,
)
self.assertEqual(200, channel.code)
Expand Down

0 comments on commit 25c0726

Please sign in to comment.