diff options
author | Richard van der Hoff <richard@matrix.org> | 2018-01-09 12:04:52 +0000 |
---|---|---|
committer | Richard van der Hoff <richard@matrix.org> | 2018-01-09 12:06:45 +0000 |
commit | 374c4d4cedf2366f145934d750fd309209b0de62 (patch) | |
tree | b1bb3a4dc628772e26ccae072d826c9b59b7bf8d /tests | |
parent | Disable user_directory updates for UTs (diff) | |
download | synapse-374c4d4cedf2366f145934d750fd309209b0de62.tar.xz |
Remove dead code
pointless function is pointless
Diffstat (limited to 'tests')
-rw-r--r-- | tests/rest/client/v1/test_rooms.py | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/tests/rest/client/v1/test_rooms.py b/tests/rest/client/v1/test_rooms.py index de376fb514..9f37255381 100644 --- a/tests/rest/client/v1/test_rooms.py +++ b/tests/rest/client/v1/test_rooms.py @@ -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 |