Fix typos in devolo Home Network tests (#133139)

pull/132680/head^2
Guido Schmitz 2024-12-13 15:26:02 +01:00 committed by GitHub
parent 5d8e997319
commit 579ac01eb1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -139,7 +139,7 @@ async def test_abort_zeroconf_wrong_device(hass: HomeAssistant) -> None:
@pytest.mark.usefixtures("info")
async def test_abort_if_configued(hass: HomeAssistant) -> None:
async def test_abort_if_configured(hass: HomeAssistant) -> None:
"""Test we abort config flow if already configured."""
serial_number = DISCOVERY_INFO.properties["SN"]
entry = MockConfigEntry(

View File

@ -141,7 +141,7 @@ async def test_device_failure_update(
async def test_auth_failed(hass: HomeAssistant, mock_device: MockDevice) -> None:
"""Test updating unautherized triggers the reauth flow."""
"""Test updating unauthorized triggers the reauth flow."""
entry = configure_integration(hass)
device_name = entry.title.replace(" ", "_").lower()
state_key = f"{PLATFORM}.{device_name}_firmware"