mirror of
https://github.com/home-assistant/core.git
synced 2025-12-24 12:59:34 +00:00
Drop use of mock_mqtt_component (#37013)
Co-authored-by: Paulus Schoutsen <paulus@home-assistant.io>
This commit is contained in:
@@ -25,7 +25,8 @@ from .common import (
|
||||
new_profile_config,
|
||||
)
|
||||
|
||||
from tests.common import MagicMock, MockConfigEntry, patch
|
||||
from tests.async_mock import MagicMock, patch
|
||||
from tests.common import MockConfigEntry
|
||||
|
||||
|
||||
def config_schema_validate(withings_config) -> dict:
|
||||
|
||||
Reference in New Issue
Block a user