mirror of
https://github.com/home-assistant/core.git
synced 2025-12-24 12:59:34 +00:00
Replace asynctest with tests.async_mock (#37428)
This commit is contained in:
@@ -1,10 +1,11 @@
|
||||
"""Test the zerproc config flow."""
|
||||
from asynctest import patch
|
||||
import pyzerproc
|
||||
|
||||
from homeassistant import config_entries, setup
|
||||
from homeassistant.components.zerproc.config_flow import DOMAIN
|
||||
|
||||
from tests.async_mock import patch
|
||||
|
||||
|
||||
async def test_flow_success(hass):
|
||||
"""Test we get the form."""
|
||||
|
||||
Reference in New Issue
Block a user