dont cache new locale entry points (#10101)

This commit is contained in:
Christian Byrne
2025-09-29 12:16:02 -07:00
committed by GitHub
parent 041b8824f5
commit ed0f4a609b
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",