summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--tests/rest/client/test_room_access_rules.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/rest/client/test_room_access_rules.py b/tests/rest/client/test_room_access_rules.py

index ab76e0f25a..7d3ba0ee2a 100644 --- a/tests/rest/client/test_room_access_rules.py +++ b/tests/rest/client/test_room_access_rules.py
@@ -743,4 +743,3 @@ class RoomAccessTestCase(unittest.HomeserverTestCase): self.assertEqual(channel.code, expect_code, channel.result) return channel.json_body -