From 783f8f548147ff9faff482cf500f46459ad3a523 Mon Sep 17 00:00:00 2001 From: Will Hunt Date: Sat, 29 Aug 2020 10:02:57 +0100 Subject: [PATCH] a line --- tests/rest/client/v2_alpha/test_shared_rooms.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/rest/client/v2_alpha/test_shared_rooms.py b/tests/rest/client/v2_alpha/test_shared_rooms.py index 6562780e4b..5ae72fd008 100644 --- a/tests/rest/client/v2_alpha/test_shared_rooms.py +++ b/tests/rest/client/v2_alpha/test_shared_rooms.py @@ -32,7 +32,6 @@ class UserSharedRoomsTest(unittest.HomeserverTestCase): ] def make_homeserver(self, reactor, clock): - config = self.default_config() config["update_user_directory"] = True return self.setup_test_homeserver(config=config)