mirror of
https://github.com/home-assistant/supervisor.git
synced 2025-12-24 20:35:55 +00:00
Listen for dbus property changes (#3872)
* Listen for dbus property changes * Avoid remaking dbus proxy objects * proper snake case for pylint * some cleanup and more tests
This commit is contained in:
@@ -7,7 +7,7 @@ from supervisor.coresys import CoreSys
|
||||
from supervisor.resolution.evaluations.network_manager import EvaluateNetworkManager
|
||||
|
||||
|
||||
async def test_evaluation(coresys: CoreSys):
|
||||
async def test_evaluation(coresys: CoreSys, dbus_is_connected):
|
||||
"""Test evaluation."""
|
||||
network_manager = EvaluateNetworkManager(coresys)
|
||||
coresys.core.state = CoreState.RUNNING
|
||||
|
||||
Reference in New Issue
Block a user