dont cache new locale entry points

This commit is contained in:
bymyself
2025-09-29 12:01:49 -07:00
parent b60dc31627
commit 67a8d2e317
2 changed files with 13 additions and 5 deletions

View File

@@ -48,6 +48,13 @@ CACHE_SCENARIOS = [
"expected_cache": "no-cache",
"should_have_header": True,
},
{
"name": "localized_index_json_no_cache",
"path": "/templates/index.zh.json",
"status": 200,
"expected_cache": "no-cache",
"should_have_header": True,
},
# Non-matching files
{
"name": "html_no_header",