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

Call save data after removing mount in fixup (#4620)

This commit is contained in:
Mike Degatano
2023-10-11 12:18:30 -04:00
committed by GitHub
parent 994c981228
commit 1827ecda65
2 changed files with 3 additions and 0 deletions

View File

@@ -50,3 +50,4 @@ async def test_fixup(
assert systemd_service.StopUnit.calls == [
("mnt-data-supervisor-mounts-test.mount", "fail")
]
coresys.mounts.save_data.assert_called_once()