diff options
author | Olivier Wilkinson (reivilibre) <oliverw@matrix.org> | 2023-05-26 17:16:15 +0100 |
---|---|---|
committer | Olivier Wilkinson (reivilibre) <oliverw@matrix.org> | 2023-05-26 17:16:15 +0100 |
commit | a1154dfc20102e7a0d937cd6afff1fceba0456cf (patch) | |
tree | dbcba4fa9388945bc3bd1931df51862fd9d534e3 /tests/replication | |
parent | Add MSC3820 (room version 11) option 2 unstable room version. (#15666) (diff) | |
parent | Fix a typographical error in changelog (diff) | |
download | synapse-a1154dfc20102e7a0d937cd6afff1fceba0456cf.tar.xz |
Merge branch 'master' into develop
Diffstat (limited to 'tests/replication')
-rw-r--r-- | tests/replication/test_federation_ack.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/replication/test_federation_ack.py b/tests/replication/test_federation_ack.py index 12668b34c5..cf59b1a204 100644 --- a/tests/replication/test_federation_ack.py +++ b/tests/replication/test_federation_ack.py @@ -32,6 +32,7 @@ class FederationAckTestCase(HomeserverTestCase): config["worker_app"] = "synapse.app.generic_worker" config["worker_name"] = "federation_sender1" config["federation_sender_instances"] = ["federation_sender1"] + config["instance_map"] = {"main": {"host": "127.0.0.1", "port": 0}} return config def make_homeserver(self, reactor: MemoryReactor, clock: Clock) -> HomeServer: |