Improve Roborock test teardown (#150144)

This commit is contained in:
Tom
2025-08-08 05:32:05 +02:00
committed by GitHub
parent 3ab80c6ff2
commit 52f0d04c38

View File

@@ -199,7 +199,7 @@ async def test_config_flow_failures_code_login(
async def test_options_flow_drawables(
hass: HomeAssistant, mock_roborock_entry: MockConfigEntry
hass: HomeAssistant, bypass_api_fixture, mock_roborock_entry: MockConfigEntry
) -> None:
"""Test that the options flow works."""
with patch("homeassistant.components.roborock.roborock_storage"):