Apply hass-relative-import to tests (a-c) (#78728)

This commit is contained in:
epenet 2022-09-19 09:48:25 +02:00 committed by GitHub
parent 00dd27ef1b
commit c5a56dab42
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
37 changed files with 65 additions and 67 deletions

View file

@ -21,8 +21,7 @@ from homeassistant.helpers import device_registry as dr, entity_registry as er
from homeassistant.helpers.entity_registry import EntityRegistry
from homeassistant.setup import async_setup_component
from tests.common import MockConfigEntry
from tests.components.august.mocks import (
from .mocks import (
_create_august_with_devices,
_mock_august_authentication,
_mock_doorsense_enabled_august_lock_detail,
@ -33,6 +32,8 @@ from tests.components.august.mocks import (
_mock_operative_august_lock_detail,
)
from tests.common import MockConfigEntry
async def test_august_api_is_failing(hass):
"""Config entry state is SETUP_RETRY when august api is failing."""