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:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user