mirror of
https://github.com/home-assistant/core.git
synced 2025-07-25 14:17:45 +00:00
Use absolute import in roborock tests (#119353)
This commit is contained in:
parent
ecad1bef7e
commit
4320445c30
@ -18,9 +18,10 @@ from homeassistant.const import CONF_USERNAME
|
|||||||
from homeassistant.core import HomeAssistant
|
from homeassistant.core import HomeAssistant
|
||||||
from homeassistant.data_entry_flow import FlowResultType
|
from homeassistant.data_entry_flow import FlowResultType
|
||||||
|
|
||||||
from ...common import MockConfigEntry
|
|
||||||
from .mock_data import MOCK_CONFIG, USER_DATA, USER_EMAIL
|
from .mock_data import MOCK_CONFIG, USER_DATA, USER_EMAIL
|
||||||
|
|
||||||
|
from tests.common import MockConfigEntry
|
||||||
|
|
||||||
|
|
||||||
async def test_config_flow_success(
|
async def test_config_flow_success(
|
||||||
hass: HomeAssistant,
|
hass: HomeAssistant,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user