We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 788b42d commit 90c834fCopy full SHA for 90c834f
tests/pytests/unit/test_minion.py
@@ -634,7 +634,7 @@ async def test_when_ping_interval_is_set_the_callback_should_be_added_to_periodi
634
try:
635
minion.connected = MagicMock(side_effect=(False, True))
636
minion._fire_master_minion_start = MagicMock()
637
- await minion.tune_in(start=False)
+ minion.tune_in(start=False)
638
except RuntimeError:
639
pass
640
0 commit comments