summary refs log tree commit diff
path: root/tests/replication/test_multi_media_repo.py
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2021-03-30 11:41:52 +0100
committerErik Johnston <erik@matrix.org>2021-03-30 11:41:52 +0100
commitf46b864748ca96d6c41f8124d066d329e71a88c3 (patch)
tree2399bad973fa658167b62a8d090187f726159f19 /tests/replication/test_multi_media_repo.py
parentMerge tag 'v1.30.1' into matrix-org-hotfixes (diff)
parentUpdate changelog (diff)
downloadsynapse-f46b864748ca96d6c41f8124d066d329e71a88c3.tar.xz
Merge remote-tracking branch 'origin/release-v1.31.0' into matrix-org-hotfixes
Diffstat (limited to 'tests/replication/test_multi_media_repo.py')
-rw-r--r--tests/replication/test_multi_media_repo.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/replication/test_multi_media_repo.py b/tests/replication/test_multi_media_repo.py

index 7ff11cde10..b0800f9840 100644 --- a/tests/replication/test_multi_media_repo.py +++ b/tests/replication/test_multi_media_repo.py
@@ -15,7 +15,7 @@ import logging import os from binascii import unhexlify -from typing import Tuple +from typing import Optional, Tuple from twisted.internet.protocol import Factory from twisted.protocols.tls import TLSMemoryBIOFactory @@ -32,7 +32,7 @@ from tests.server import FakeChannel, FakeSite, FakeTransport, make_request logger = logging.getLogger(__name__) -test_server_connection_factory = None +test_server_connection_factory = None # type: Optional[TestServerTLSConnectionFactory] class MediaRepoShardTestCase(BaseMultiWorkerStreamTestCase):