mirror of
https://github.com/home-assistant/core.git
synced 2025-07-19 11:17:21 +00:00
Fix Freebox flaky tests (#103745)
This commit is contained in:
parent
93f63c5472
commit
3666af0b10
@ -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
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user