mirror of
https://github.com/home-assistant/core.git
synced 2025-08-04 21:25:13 +02:00
Fix typos in devolo Home Network tests (#133139)
This commit is contained in:
@@ -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(
|
||||
|
@@ -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"
|
||||
|
Reference in New Issue
Block a user