Remove debug

This commit is contained in:
Erik Johnston 2019-03-21 10:58:56 +00:00
parent 5c6f61f81c
commit 9c9e618b93

View file

@ -373,7 +373,6 @@ class ShutdownRoomTestCase(unittest.HomeserverTestCase):
self.store = hs.get_datastore()
@unittest.DEBUG
def test_shutdown_room_conset(self):
admin_user = self.register_user("admin", "pass", admin=True)
admin_user_tok = self.login("admin", "pass")