mirror of
https://mau.dev/maunium/synapse.git
synced 2024-11-18 07:52:56 +01:00
Remove debug
This commit is contained in:
parent
5c6f61f81c
commit
9c9e618b93
1 changed files with 0 additions and 1 deletions
|
@ -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")
|
||||
|
|
Loading…
Reference in a new issue