1
0
Fork 0
mirror of https://github.com/nix-community/home-manager.git synced 2025-11-08 11:36:05 +01:00

restic: fix integration test

This commit is contained in:
Robert Helgesson 2025-09-17 15:49:59 +02:00
parent bc8967cdb0
commit 12dfb0cff9

View file

@ -152,7 +152,7 @@ in
f"Paths containing \"*exclude*\" got backed up incorrectly. output: {actual}"
with subtest("Using an rclone backend"):
systemctl_succeed_as_alice("start restic-backups-rclone.service")
systemctl_succeed_as_alice("start rclone-config.service restic-backups-rclone.service")
actual = succeed_as_alice("restic-rclone ls latest")
assert_list("restic-rclone ls latest", expectedIncluded, actual)