1
0
mirror of https://github.com/home-assistant/supervisor.git synced 2025-12-24 12:29:08 +00:00

Mount status checks look at connection (#4882)

* Mount status checks look at connection

* Fix tests and refactor to fixture

* Fix test
This commit is contained in:
Mike Degatano
2024-02-12 11:32:54 -05:00
committed by GitHub
parent 8e71d69a64
commit b5bf270d22
12 changed files with 319 additions and 102 deletions

View File

@@ -15,6 +15,7 @@ async def test_fixup(
all_dbus_services: dict[str, DBusServiceMock],
path_extern,
mount_propagation,
mock_is_mount,
):
"""Test fixup."""
systemd_service: SystemdService = all_dbus_services["systemd"]