Enable real sockets in default_config setup test (#164366)

This commit is contained in:
Franck Nijhof
2026-02-27 19:22:29 -05:00
committed by GitHub
parent 492b542136
commit c7e78568d0
+1 -1
View File
@@ -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)