diff options
author | Richard van der Hoff <1389908+richvdh@users.noreply.github.com> | 2020-03-30 13:59:07 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-03-30 13:59:07 +0100 |
commit | 6486c96b6549fe4c8e4c9a207d767004614b5302 (patch) | |
tree | 98346ace7a246634551a9857d30039de091f236d /tests/handlers | |
parent | Add developer documentation for running a local CAS server (#7147) (diff) | |
parent | Add tests for outbound device pokes (diff) | |
download | synapse-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.py | 2 |
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"] = { |