We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ee47e8b commit e3a806cCopy full SHA for e3a806c
tests/e2e/cli-before-frameworks-api-support.test.ts
@@ -20,7 +20,7 @@ test('should serve 404 page when requesting non existing page (no matching route
20
expect(await page.textContent('h1')).toBe('404')
21
22
expect(headers['netlify-cdn-cache-control']).toBe(
23
- 'no-cache, no-store, max-age=0, must-revalidate',
+ 'no-cache, no-store, max-age=0, must-revalidate, durable',
24
)
25
expect(headers['cache-control']).toBe('no-cache,no-store,max-age=0,must-revalidate')
26
0 commit comments