summary refs log tree commit diff
path: root/tests/unittest.py
diff options
context:
space:
mode:
authorRichard van der Hoff <1389908+richvdh@users.noreply.github.com>2021-04-23 17:06:47 +0100
committerGitHub <noreply@github.com>2021-04-23 17:06:47 +0100
commit59d24c5bef4e05fa7be0cad1f7e63f0a0097374b (patch)
tree73d1af65fe53576035380929b3ee4b6836317ec9 /tests/unittest.py
parentAdd type hints to auth and auth_blocking. (#9876) (diff)
downloadsynapse-59d24c5bef4e05fa7be0cad1f7e63f0a0097374b.tar.xz
pass a reactor into SynapseSite (#9874)
Diffstat (limited to '')
-rw-r--r--tests/unittest.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/unittest.py b/tests/unittest.py
index ee22a53849..5353e75c7c 100644
--- a/tests/unittest.py
+++ b/tests/unittest.py
@@ -247,6 +247,7 @@ class HomeserverTestCase(TestCase):
             config=self.hs.config.server.listeners[0],
             resource=self.resource,
             server_version_string="1",
+            reactor=self.reactor,
         )
 
         from tests.rest.client.v1.utils import RestHelper