fix: recover old GTIN service worker caches
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user