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

@ -6,7 +6,7 @@ from yalexs.authenticator_common import AuthenticationState
from homeassistant.components.august.const import DOMAIN
from homeassistant.components.august.gateway import AugustGateway
from tests.components.august.mocks import _mock_august_authentication, _mock_get_config
from .mocks import _mock_august_authentication, _mock_get_config
async def test_refresh_access_token(hass):