summary refs log tree commit diff
path: root/tests/utils.py
diff options
context:
space:
mode:
authorAndrew Morgan <andrew@amorgan.xyz>2020-03-18 17:53:47 +0000
committerAndrew Morgan <andrew@amorgan.xyz>2020-03-18 17:53:47 +0000
commitd4ac2758dd712d8cddf235c3ee9c66b48f47cb0f (patch)
tree4b0ec8d6fe8ab0512541e2c29220ab5f0e3d746f /tests/utils.py
parentadd etag and count to key backup endpoints (#5858) (diff)
parentImplementation of MSC2314 (#6176) (diff)
downloadsynapse-d4ac2758dd712d8cddf235c3ee9c66b48f47cb0f.tar.xz
Implementation of MSC2314 (#6176)
* commit '0f87b912a':
  Implementation of MSC2314 (#6176)
Diffstat (limited to 'tests/utils.py')
-rw-r--r--tests/utils.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/utils.py b/tests/utils.py

index 7dc9bdc505..de2ac1ed33 100644 --- a/tests/utils.py +++ b/tests/utils.py
@@ -109,6 +109,7 @@ def default_config(name, parse=False): """ config_dict = { "server_name": name, + "send_federation": False, "media_store_path": "media", "uploads_path": "uploads", # the test signing key is just an arbitrary ed25519 key to keep the config