Merge pull request #7157 from matrix-org/rev.outbound_device_pokes_tests

Add tests for outbound device pokes
This commit is contained in:
Richard van der Hoff 2020-03-30 13:59:07 +01:00 committed by GitHub
commit 6486c96b65
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
11 changed files with 318 additions and 22 deletions

View file

@ -28,8 +28,8 @@ from tests import unittest
class TermsTestCase(unittest.HomeserverTestCase):
servlets = [register_servlets]
def default_config(self, name="test"):
config = super().default_config(name)
def default_config(self):
config = super().default_config()
config.update(
{
"public_baseurl": "https://example.org/",