summary refs log tree commit diff
path: root/tests/rest/admin/test_admin.py
diff options
context:
space:
mode:
authorRichard van der Hoff <richard@matrix.org>2019-06-04 11:59:55 +0100
committerRichard van der Hoff <richard@matrix.org>2019-06-04 11:59:55 +0100
commite91a68ef3a6f38ac819515cdeba4dfcdcae7f88f (patch)
tree1cdc8003c638e8cedc0ddd95fe913774b376df0e /tests/rest/admin/test_admin.py
parentMerge branch 'rav/limit_displayname_length' into matrix-org-hotfixes (diff)
parentAvoid rapidly backing-off a server if we ignore the retry interval (#5335) (diff)
downloadsynapse-e91a68ef3a6f38ac819515cdeba4dfcdcae7f88f.tar.xz
Merge remote-tracking branch 'origin/develop' into matrix-org-hotfixes
Diffstat (limited to 'tests/rest/admin/test_admin.py')
-rw-r--r--tests/rest/admin/test_admin.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/rest/admin/test_admin.py b/tests/rest/admin/test_admin.py

index ee5f09041f..e5fc2fcd15 100644 --- a/tests/rest/admin/test_admin.py +++ b/tests/rest/admin/test_admin.py
@@ -408,7 +408,6 @@ class ShutdownRoomTestCase(unittest.HomeserverTestCase): users_in_room = self.get_success(self.store.get_users_in_room(room_id)) self.assertEqual([], users_in_room) - @unittest.DEBUG def test_shutdown_room_block_peek(self): """Test that a world_readable room can no longer be peeked into after it has been shut down.