From 30db054e57c725b9fb29212cd1d0d920f8a2e9d3 Mon Sep 17 00:00:00 2001 From: FrankK-1234 Date: Fri, 31 May 2024 18:59:34 +0200 Subject: [PATCH] fix flake-err: allow uses to disable broker heartbeats by not providing a timeout --- t/unit/test_mixins.py | 1 - 1 file changed, 1 deletion(-) diff --git a/t/unit/test_mixins.py b/t/unit/test_mixins.py index dfa1e2c6..a33412eb 100644 --- a/t/unit/test_mixins.py +++ b/t/unit/test_mixins.py @@ -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()