From b424c16f50c89d3ad2f1c6ada3b47740e8f787e5 Mon Sep 17 00:00:00 2001 From: Matthew Hodgson Date: Mon, 22 Jan 2018 15:25:25 +0100 Subject: [PATCH] fix tests --- tests/utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/utils.py b/tests/utils.py index 5b043c91f0..3116047892 100644 --- a/tests/utils.py +++ b/tests/utils.py @@ -57,7 +57,7 @@ def setup_test_homeserver(name="test", datastore=None, config=None, **kargs): config.worker_app = None config.email_enable_notifs = False config.block_non_admin_invites = False - config.federation_domain_whitelist = {} + config.federation_domain_whitelist = None # disable user directory updates, because they get done in the # background, which upsets the test runner.