mirror of
https://github.com/home-assistant/core.git
synced 2025-08-05 21:55:10 +02:00
Fix Freebox flaky tests (#103745)
This commit is contained in:
@@ -24,7 +24,9 @@ from tests.common import MockConfigEntry
|
||||
@pytest.fixture(autouse=True)
|
||||
def mock_path():
|
||||
"""Mock path lib."""
|
||||
with patch("homeassistant.components.freebox.router.Path"):
|
||||
with patch("homeassistant.components.freebox.router.Path"), patch(
|
||||
"homeassistant.components.freebox.router.os.makedirs"
|
||||
):
|
||||
yield
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user