summary refs log tree commit diff
path: root/tests
diff options
context:
space:
mode:
authorBrendan Abolivier <babolivier@matrix.org>2019-06-24 16:08:02 +0100
committerGitHub <noreply@github.com>2019-06-24 16:08:02 +0100
commitdeb4fe6ef38ff5ed849dfbc1ca0a31f242811a27 (patch)
treeebc82e380d7cea9d544e525d8835e6f3199c1126 /tests
parentMerge pull request #5531 from matrix-org/erikj/workers_pagination_token (diff)
parentSplit public rooms directory auth config in two (diff)
downloadsynapse-deb4fe6ef38ff5ed849dfbc1ca0a31f242811a27.tar.xz
Merge pull request #5534 from matrix-org/babolivier/federation-publicrooms
Split public rooms directory auth config in two
Diffstat (limited to 'tests')
-rw-r--r--tests/rest/client/v1/test_rooms.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/rest/client/v1/test_rooms.py b/tests/rest/client/v1/test_rooms.py

index 2e3a765bf3..fe741637f5 100644 --- a/tests/rest/client/v1/test_rooms.py +++ b/tests/rest/client/v1/test_rooms.py
@@ -920,7 +920,7 @@ class PublicRoomsRestrictedTestCase(unittest.HomeserverTestCase): self.url = b"/_matrix/client/r0/publicRooms" config = self.default_config() - config["restrict_public_rooms_to_local_users"] = True + config["allow_public_rooms_without_auth"] = False self.hs = self.setup_test_homeserver(config=config) return self.hs