1
0
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:
Franck Nijhof
2026-02-28 01:22:29 +01:00
committed by GitHub
parent 492b542136
commit c7e78568d0

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)