diff --git a/tests/test_unit.py b/tests/test_unit.py index e64611b01..dbe8dae71 100644 --- a/tests/test_unit.py +++ b/tests/test_unit.py @@ -96,7 +96,7 @@ async def test_start_plugins(): @pytest.mark.asyncio -async def test_run_bot(caplog): +async def test_run_bot(): start_bot = AsyncMock() with patch('tt.utils.start_bot', start_bot): task = asyncio.create_task(run_bot())