homelab: Rueckweg auch als Kurzform (snapshot/sicherung/keiner) fuer die Update-Liste

Co-Authored-By: Claude Opus 5.5 <noreply@anthropic.com>
This commit is contained in:
Hitonabi
2026-09-24 20:26:32 +02:00
co-authored by Claude Opus 5.5
parent 37179b8864
commit d2f699ac69
4 changed files with 14 additions and 4 deletions
+1
View File
@@ -98,6 +98,7 @@ def test_ziele_aus_dem_echten_bericht(daten):
gitea = {b["id"]: b for b in z["ct-104"]["bausteine"]}
assert (gitea["app"]["zustand"], gitea["app"]["kurz"]) == ("neu", "1.27.2 → 1.27.3")
assert z["ct-104"]["name"] == "Gitea" and z["ct-104"]["rueckweg"] == "Snapshot vor jedem Update"
assert (z["ct-104"]["rueckweg_art"], z["pve"]["rueckweg_art"]) == ("snapshot", "keiner")
adguard = {b["id"]: b for b in z["ct-100"]["bausteine"]}
assert adguard["app"]["zustand"] == "aktuell"