summary refs log tree commit diff
path: root/tests
diff options
context:
space:
mode:
authorBrendan Abolivier <babolivier@matrix.org>2019-12-16 16:00:18 +0000
committerBrendan Abolivier <babolivier@matrix.org>2019-12-16 16:00:18 +0000
commita82006954912ed96b0d47db43db44e76e5b052d6 (patch)
tree6eff31c64f926fd2e2f0adca75ccc43837cdfc26 /tests
parentLint (diff)
downloadsynapse-a82006954912ed96b0d47db43db44e76e5b052d6.tar.xz
Incorporate review
Diffstat (limited to 'tests')
-rw-r--r--tests/rest/client/v1/test_rooms.py5
1 files changed, 0 insertions, 5 deletions
diff --git a/tests/rest/client/v1/test_rooms.py b/tests/rest/client/v1/test_rooms.py
index dca0fef97a..e3af280ba6 100644
--- a/tests/rest/client/v1/test_rooms.py
+++ b/tests/rest/client/v1/test_rooms.py
@@ -1609,11 +1609,6 @@ class ContextTestCase(unittest.HomeserverTestCase):
         account.register_servlets,
     ]
 
-    def make_homeserver(self, reactor, clock):
-        self.hs = self.setup_test_homeserver()
-
-        return self.hs
-
     def prepare(self, reactor, clock, homeserver):
         self.user_id = self.register_user("user", "password")
         self.tok = self.login("user", "password")