Skip to content

Commit

Permalink
Fix Freebox flaky tests (#103745)
Browse files Browse the repository at this point in the history
  • Loading branch information
Quentame committed Nov 10, 2023
1 parent 93f63c5 commit 3666af0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tests/components/freebox/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,9 @@
@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


Expand Down

0 comments on commit 3666af0

Please sign in to comment.