mirror of
https://github.com/home-assistant/core.git
synced 2025-04-23 16:57:53 +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,
|
||||
],
|
||||
)
|
||||
@pytest.mark.usefixtures("addon_store_info")
|
||||
async def test_config_flow_cannot_probe_firmware(
|
||||
next_step: str, hass: HomeAssistant
|
||||
) -> None:
|
||||
|
Loading…
x
Reference in New Issue
Block a user