1
0
mirror of https://github.com/home-assistant/core.git synced 2025-12-24 12:59:34 +00:00

Add missing argument type to core tests (#119667)

This commit is contained in:
epenet
2024-06-14 08:42:01 +02:00
committed by GitHub
parent f3ce562847
commit 9f41133bbc
7 changed files with 23 additions and 17 deletions

View File

@@ -556,7 +556,9 @@ async def test_show_progress_hidden_from_frontend(hass: HomeAssistant, manager)
assert async_show_progress_done_called
async def test_show_progress_legacy(hass: HomeAssistant, manager, caplog) -> None:
async def test_show_progress_legacy(
hass: HomeAssistant, manager, caplog: pytest.LogCaptureFixture
) -> None:
"""Test show progress logic.
This tests the deprecated version where the config flow is responsible for