summary refs log tree commit diff
path: root/synmark
diff options
context:
space:
mode:
Diffstat (limited to 'synmark')
-rw-r--r--synmark/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/synmark/__init__.py b/synmark/__init__.py
index 53698bd5ab..9ec72c1973 100644
--- a/synmark/__init__.py
+++ b/synmark/__init__.py
@@ -41,7 +41,7 @@ async def make_homeserver(reactor, config=None):
     config_obj = HomeServerConfig()
     config_obj.parse_config_dict(config, "", "")
 
-    hs = await setup_test_homeserver(
+    hs = setup_test_homeserver(
         cleanup_tasks.append, config=config_obj, reactor=reactor, clock=clock
     )
     stor = hs.get_datastore()