fix flake-err: allow uses to disable broker heartbeats by not providing a timeout

This commit is contained in:
FrankK-1234 2024-05-31 18:59:34 +02:00 committed by Asif Saif Uddin
parent 83ad62072d
commit 30db054e57
1 changed files with 0 additions and 1 deletions

View File

@ -110,7 +110,6 @@ class test_ConsumerMixin:
next(it)
c.connection.heartbeat_check.assert_not_called()
def test_Consumer_context(self):
c, Acons, Bcons = self._context()