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

index 4e9ac3727a..da6ec8a12c 100644 --- a/tests/replication/slave/storage/test_events.py +++ b/tests/replication/slave/storage/test_events.py
@@ -252,7 +252,8 @@ class SlavedEventStoreTestCase(BaseSlavedStoreTestCase): # limit the replication rate from server -> client. print(len(self._redis_transports)) - print(self._redis_transports) + for x in self._redis_transports: + print(f"\t{x}") assert len(self._redis_transports) == 1 for _, repl_transport in self._redis_transports: assert isinstance(repl_transport, FakeTransport)