mirror of
https://github.com/home-assistant/core.git
synced 2026-04-02 00:20:30 +01:00
Enable real sockets in default_config setup test (#164366)
This commit is contained in:
@@ -30,7 +30,7 @@ def recorder_url_mock():
|
||||
yield
|
||||
|
||||
|
||||
@pytest.mark.usefixtures("mock_bluetooth", "mock_zeroconf")
|
||||
@pytest.mark.usefixtures("mock_bluetooth", "mock_zeroconf", "socket_enabled")
|
||||
async def test_setup(hass: HomeAssistant) -> None:
|
||||
"""Test setup."""
|
||||
recorder_helper.async_initialize_recorder(hass)
|
||||
|
||||
Reference in New Issue
Block a user