mirror of
https://github.com/home-assistant/supervisor.git
synced 2025-11-09 19:09:41 +00:00
@@ -40,6 +40,7 @@ def sys_machine():
|
||||
|
||||
@pytest.fixture
|
||||
def sys_supervisor():
|
||||
"""Mock sys_supervisor."""
|
||||
with patch(
|
||||
"supervisor.coresys.CoreSys.supervisor", new_callable=PropertyMock
|
||||
) as mock:
|
||||
|
||||
Reference in New Issue
Block a user