mirror of
https://github.com/element-hq/synapse.git
synced 2024-11-22 09:35:45 +03:00
Remove dead code
pointless function is pointless
This commit is contained in:
parent
142fb0a7d4
commit
374c4d4ced
1 changed files with 0 additions and 3 deletions
|
@ -515,9 +515,6 @@ class RoomsCreateTestCase(RestTestCase):
|
|||
|
||||
synapse.rest.client.v1.room.register_servlets(hs, self.mock_resource)
|
||||
|
||||
def tearDown(self):
|
||||
pass
|
||||
|
||||
@defer.inlineCallbacks
|
||||
def test_post_room_no_keys(self):
|
||||
# POST with no config keys, expect new room id
|
||||
|
|
Loading…
Reference in a new issue