Fix RuntimeWarning in homeassistant_hardware (#142269)

This commit is contained in:
Marc Mueller
2025-04-04 14:39:54 +02:00
committed by GitHub
parent a407a3c98d
commit a05785529f

View File

@@ -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: