summary refs log tree commit diff
path: root/tests/rest/client/v1/test_rooms.py
diff options
context:
space:
mode:
authorBrendan Abolivier <babolivier@matrix.org>2019-06-24 11:45:11 +0100
committerBrendan Abolivier <babolivier@matrix.org>2019-06-24 16:41:48 +0100
commit84875301b679b33284824d9bc413becc10427987 (patch)
tree577d680284b7aa66ba6b8593bb062fc6c9df682f /tests/rest/client/v1/test_rooms.py
parentMerge pull request #5495 from matrix-org/babolivier/deactivate_bg_job_typo (diff)
downloadsynapse-84875301b679b33284824d9bc413becc10427987.tar.xz
Split public rooms directory auth config in two
Diffstat (limited to '')
-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 5f75ad7579..2d64b338be 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