fix: recover old GTIN service worker caches

This commit is contained in:
desfoto automation
2026-09-25 20:08:25 +02:00
parent de6de3c6c4
commit 5e7fa9be05
11 changed files with 140 additions and 3 deletions

View File

@@ -56,6 +56,7 @@ class BuildLayout(unittest.TestCase):
"gtin/index.html",
"gtin/impressum/index.html",
"gtin/datenschutz/index.html",
"gtin/aktualisieren/index.html",
}
actual = {str(f.relative_to(SITE)) for f in SITE.rglob("*.html")}
self.assertEqual(expected, actual)