summary refs log tree commit diff
path: root/tests/replication/tcp/test_remote_server_up.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/replication/tcp/test_remote_server_up.py')
-rw-r--r--tests/replication/tcp/test_remote_server_up.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/replication/tcp/test_remote_server_up.py b/tests/replication/tcp/test_remote_server_up.py

index d1c15caeb0..1fe9d5b4d0 100644 --- a/tests/replication/tcp/test_remote_server_up.py +++ b/tests/replication/tcp/test_remote_server_up.py
@@ -28,8 +28,7 @@ class RemoteServerUpTestCase(HomeserverTestCase): self.factory = ReplicationStreamProtocolFactory(hs) def _make_client(self) -> Tuple[IProtocol, StringTransport]: - """Create a new direct TCP replication connection - """ + """Create a new direct TCP replication connection""" proto = self.factory.buildProtocol(("127.0.0.1", 0)) transport = StringTransport()