mirror of
https://github.com/home-assistant/core.git
synced 2025-07-15 17:27:10 +00:00
Fix RuntimeWarning in homeassistant_hardware (#142269)
This commit is contained in:
parent
a407a3c98d
commit
a05785529f
@ -45,6 +45,7 @@ async def fixture_mock_supervisor_client(supervisor_client: AsyncMock):
|
|||||||
STEP_PICK_FIRMWARE_THREAD,
|
STEP_PICK_FIRMWARE_THREAD,
|
||||||
],
|
],
|
||||||
)
|
)
|
||||||
|
@pytest.mark.usefixtures("addon_store_info")
|
||||||
async def test_config_flow_cannot_probe_firmware(
|
async def test_config_flow_cannot_probe_firmware(
|
||||||
next_step: str, hass: HomeAssistant
|
next_step: str, hass: HomeAssistant
|
||||||
) -> None:
|
) -> None:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user