diff options
author | Erik Johnston <erik@matrix.org> | 2020-03-04 16:22:39 +0000 |
---|---|---|
committer | Erik Johnston <erik@matrix.org> | 2020-03-30 16:38:11 +0100 |
commit | 22fc68762ee131229636a20231e03a4c8c525f65 (patch) | |
tree | 5a45b85003e54d1a3f75edd9c0e0ef7b6d8e7c13 /tests/replication/tcp/streams/test_receipts.py | |
parent | Remove usage of "conn_id" for presence. (#7128) (diff) | |
download | synapse-22fc68762ee131229636a20231e03a4c8c525f65.tar.xz |
Move command processing out of transport
Diffstat (limited to '')
-rw-r--r-- | tests/replication/tcp/streams/test_receipts.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/replication/tcp/streams/test_receipts.py b/tests/replication/tcp/streams/test_receipts.py index 0ec0825a0e..a0206f7363 100644 --- a/tests/replication/tcp/streams/test_receipts.py +++ b/tests/replication/tcp/streams/test_receipts.py @@ -24,7 +24,6 @@ class ReceiptsStreamTestCase(BaseStreamTestCase): self.reconnect() # make the client subscribe to the receipts stream - self.replicate_stream() self.test_handler.streams.add("receipts") # tell the master to send a new receipt |