mirror of
https://github.com/home-assistant/supervisor.git
synced 2025-07-14 20:56:30 +00:00
Fix flaky tests when CI did not have access to /run/supervisor (#3054)
This commit is contained in:
parent
97599b3e70
commit
81e7fac848
@ -124,7 +124,7 @@ async def network_manager(dbus) -> NetworkManager:
|
||||
|
||||
|
||||
@pytest.fixture
|
||||
async def coresys(loop, docker, network_manager, aiohttp_client) -> CoreSys:
|
||||
async def coresys(loop, docker, network_manager, aiohttp_client, run_dir) -> CoreSys:
|
||||
"""Create a CoreSys Mock."""
|
||||
with patch("supervisor.bootstrap.initialize_system"), patch(
|
||||
"supervisor.bootstrap.setup_diagnostics"
|
||||
|
Loading…
x
Reference in New Issue
Block a user