summary refs log tree commit diff
path: root/tests
diff options
context:
space:
mode:
authorAndrew Morgan <andrew@amorgan.xyz>2021-04-16 14:26:36 +0100
committerAndrew Morgan <andrew@amorgan.xyz>2021-04-16 14:26:36 +0100
commiteb19dc55784baacee1d3f24b2adae6a16993bccb (patch)
treeeeb45a38762d2932fc01190a93c8130f98a0632d /tests
parentMerge commit '6ff34e00d' into anoa/dinsic_release_1_31_0 (diff)
parentRefactor `SsoHandler.get_mxid_from_sso` (#8900) (diff)
downloadsynapse-eb19dc55784baacee1d3f24b2adae6a16993bccb.tar.xz
Merge commit 'c64002e1c' into anoa/dinsic_release_1_31_0
Diffstat (limited to 'tests')
-rw-r--r--tests/replication/test_multi_media_repo.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/replication/test_multi_media_repo.py b/tests/replication/test_multi_media_repo.py

index 48b574ccbe..83afd9fd2f 100644 --- a/tests/replication/test_multi_media_repo.py +++ b/tests/replication/test_multi_media_repo.py
@@ -48,7 +48,7 @@ class MediaRepoShardTestCase(BaseMultiWorkerStreamTestCase): self.user_id = self.register_user("user", "pass") self.access_token = self.login("user", "pass") - self.reactor.lookups["example.com"] = "127.0.0.2" + self.reactor.lookups["example.com"] = "1.2.3.4" def default_config(self): conf = super().default_config()