summary refs log tree commit diff
path: root/tests/handlers
diff options
context:
space:
mode:
authorRichard van der Hoff <1389908+richvdh@users.noreply.github.com>2020-03-30 13:59:07 +0100
committerGitHub <noreply@github.com>2020-03-30 13:59:07 +0100
commit6486c96b6549fe4c8e4c9a207d767004614b5302 (patch)
tree98346ace7a246634551a9857d30039de091f236d /tests/handlers
parentAdd developer documentation for running a local CAS server (#7147) (diff)
parentAdd tests for outbound device pokes (diff)
downloadsynapse-6486c96b6549fe4c8e4c9a207d767004614b5302.tar.xz
Merge pull request #7157 from matrix-org/rev.outbound_device_pokes_tests
Add tests for outbound device pokes
Diffstat (limited to 'tests/handlers')
-rw-r--r--tests/handlers/test_register.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/handlers/test_register.py b/tests/handlers/test_register.py
index e2915eb7b1..e7b638dbfe 100644
--- a/tests/handlers/test_register.py
+++ b/tests/handlers/test_register.py
@@ -34,7 +34,7 @@ class RegistrationTestCase(unittest.HomeserverTestCase):
     """ Tests the RegistrationHandler. """
 
     def make_homeserver(self, reactor, clock):
-        hs_config = self.default_config("test")
+        hs_config = self.default_config()
 
         # some of the tests rely on us having a user consent version
         hs_config["user_consent"] = {