Skip to content

Commit e3a806c

Browse files
committed
update new test assertion
1 parent ee47e8b commit e3a806c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/e2e/cli-before-frameworks-api-support.test.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ test('should serve 404 page when requesting non existing page (no matching route
2020
expect(await page.textContent('h1')).toBe('404')
2121

2222
expect(headers['netlify-cdn-cache-control']).toBe(
23-
'no-cache, no-store, max-age=0, must-revalidate',
23+
'no-cache, no-store, max-age=0, must-revalidate, durable',
2424
)
2525
expect(headers['cache-control']).toBe('no-cache,no-store,max-age=0,must-revalidate')
2626

0 commit comments

Comments
 (0)