mirror of
https://github.com/home-assistant/core.git
synced 2025-11-09 10:59:40 +00:00
Drop asynctest (#44746)
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
"""Tests for config/script."""
|
||||
from unittest.mock import patch
|
||||
|
||||
from homeassistant.bootstrap import async_setup_component
|
||||
from homeassistant.components import config
|
||||
|
||||
from tests.async_mock import patch
|
||||
|
||||
|
||||
async def test_delete_script(hass, hass_client):
|
||||
"""Test deleting a script."""
|
||||
|
||||
Reference in New Issue
Block a user