Use absolute import in roborock tests (#119353)

This commit is contained in:
epenet 2024-06-11 07:59:46 +02:00 committed by GitHub
parent ecad1bef7e
commit 4320445c30
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -18,9 +18,10 @@ from homeassistant.const import CONF_USERNAME
from homeassistant.core import HomeAssistant
from homeassistant.data_entry_flow import FlowResultType
from ...common import MockConfigEntry
from .mock_data import MOCK_CONFIG, USER_DATA, USER_EMAIL
from tests.common import MockConfigEntry
async def test_config_flow_success(
hass: HomeAssistant,