Replace asynctest with tests.async_mock (#37428)
This commit is contained in:
parent
eb66da6436
commit
0c771f1c42
17 changed files with 22 additions and 25 deletions
|
@ -1,9 +1,9 @@
|
|||
"""Test the Avri config flow."""
|
||||
from asynctest import patch
|
||||
|
||||
from homeassistant import config_entries, setup
|
||||
from homeassistant.components.avri.const import DOMAIN
|
||||
|
||||
from tests.async_mock import patch
|
||||
|
||||
|
||||
async def test_form(hass):
|
||||
"""Test we get the form."""
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue