summary refs log tree commit diff
path: root/tests/replication/test_pusher_shard.py
diff options
context:
space:
mode:
authorAndrew Morgan <andrew@amorgan.xyz>2021-04-23 14:38:31 +0100
committerAndrew Morgan <andrew@amorgan.xyz>2021-04-23 14:38:31 +0100
commit6afa265e4e3aac05491c78c1720710a909748a23 (patch)
tree905ec9a7bc3169eb11bdd74092fee5b9cf1da847 /tests/replication/test_pusher_shard.py
parentMerge commit '1b2d6d55c' into anoa/dinsic_release_1_31_0 (diff)
parentClean up `ShardedWorkerHandlingConfig` (#9466) (diff)
downloadsynapse-6afa265e4e3aac05491c78c1720710a909748a23.tar.xz
Merge commit '292792194' into anoa/dinsic_release_1_31_0
Diffstat (limited to 'tests/replication/test_pusher_shard.py')
-rw-r--r--tests/replication/test_pusher_shard.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/replication/test_pusher_shard.py b/tests/replication/test_pusher_shard.py

index f118fe32af..ab2988a6ba 100644 --- a/tests/replication/test_pusher_shard.py +++ b/tests/replication/test_pusher_shard.py
@@ -95,7 +95,7 @@ class PusherShardTestCase(BaseMultiWorkerStreamTestCase): self.make_worker_hs( "synapse.app.pusher", - {"start_pushers": True}, + {"start_pushers": False}, proxied_blacklisted_http_client=http_client_mock, )