mirror of https://github.com/celery/kombu.git
fix flake-err: allow uses to disable broker heartbeats by not providing a timeout
This commit is contained in:
parent
83ad62072d
commit
30db054e57
|
@ -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()
|
||||
|
||||
|
|
Loading…
Reference in New Issue