Rename otbr integration (#86284)

Rename otbr integration
This commit is contained in:
Erik Montnemery 2023-01-20 14:32:41 +01:00 committed by GitHub
parent d94f007dbf
commit ae39b95bb1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
8 changed files with 24 additions and 24 deletions

View file

@ -21,7 +21,7 @@ async def websocket_client(hass, hass_ws_client):
async def test_get_info(
hass: HomeAssistant,
aioclient_mock: AiohttpClientMocker,
thread_config_entry,
otbr_config_entry,
websocket_client,
):
"""Test async_get_info."""
@ -73,7 +73,7 @@ async def test_get_info_no_entry(
async def test_get_info_fetch_fails(
hass: HomeAssistant,
aioclient_mock: AiohttpClientMocker,
thread_config_entry,
otbr_config_entry,
websocket_client,
):
"""Test async_get_info."""