Adjust imports in cloud tests (#120386)

This commit is contained in:
epenet 2024-06-25 13:13:14 +02:00 committed by GitHub
parent cbb3d48bd9
commit 76e890865e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 75 additions and 53 deletions

View file

@ -8,7 +8,7 @@ from unittest.mock import MagicMock
from aiohttp import ClientError
from hass_nabucasa.remote import CertificateStatus
from homeassistant.components.cloud import DOMAIN
from homeassistant.components.cloud.const import DOMAIN
from homeassistant.core import HomeAssistant
from homeassistant.setup import async_setup_component