Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 8 additions & 2 deletions tests/components/otbr/test_config_flow.py
Original file line number Diff line number Diff line change
Expand Up @@ -673,7 +673,10 @@ async def _addon_info(slug: str) -> Mock:

@pytest.mark.usefixtures("get_border_agent_id")
async def test_hassio_discovery_flow_router_not_setup(
hass: HomeAssistant, aioclient_mock: AiohttpClientMocker, otbr_addon_info
hass: HomeAssistant,
aioclient_mock: AiohttpClientMocker,
multiprotocol_addon_manager_mock,
otbr_addon_info,
) -> None:
"""Test the hassio discovery flow when the border router has no dataset.

Expand Down Expand Up @@ -731,7 +734,10 @@ async def test_hassio_discovery_flow_router_not_setup(

@pytest.mark.usefixtures("get_border_agent_id")
async def test_hassio_discovery_flow_router_not_setup_has_preferred(
hass: HomeAssistant, aioclient_mock: AiohttpClientMocker, otbr_addon_info
hass: HomeAssistant,
aioclient_mock: AiohttpClientMocker,
multiprotocol_addon_manager_mock,
otbr_addon_info,
) -> None:
"""Test the hassio discovery flow when the border router has no dataset.

Expand Down