Skip to content
Snippets Groups Projects
Commit 26eefca3 authored by Amber Brown's avatar Amber Brown
Browse files

setup master

parent 8da22e2b
Branches
Tags
No related merge requests found
...@@ -331,6 +331,8 @@ def setup_test_homeserver( ...@@ -331,6 +331,8 @@ def setup_test_homeserver(
cleanup_func(cleanup) cleanup_func(cleanup)
hs.setup() hs.setup()
if homeserverToUse.__name__ == "TestHomeServer":
hs.setup_master()
else: else:
hs = homeserverToUse( hs = homeserverToUse(
name, name,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment