mirror of
https://github.com/home-assistant/core.git
synced 2025-12-27 14:31:13 +00:00
Drop asynctest (#44746)
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
"""Test the NEW_NAME config flow."""
|
||||
from unittest.mock import patch
|
||||
|
||||
from homeassistant import config_entries, setup
|
||||
from homeassistant.components.NEW_DOMAIN.config_flow import CannotConnect, InvalidAuth
|
||||
from homeassistant.components.NEW_DOMAIN.const import DOMAIN
|
||||
|
||||
from tests.async_mock import patch
|
||||
|
||||
|
||||
async def test_form(hass):
|
||||
"""Test we get the form."""
|
||||
|
||||
Reference in New Issue
Block a user