From e3a806c8a58873f37c88b9081d090a484f07115d Mon Sep 17 00:00:00 2001 From: pieh Date: Wed, 21 Aug 2024 16:54:58 +0200 Subject: [PATCH] update new test assertion --- tests/e2e/cli-before-frameworks-api-support.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/e2e/cli-before-frameworks-api-support.test.ts b/tests/e2e/cli-before-frameworks-api-support.test.ts index 06a538ccd7..a46a41991c 100644 --- a/tests/e2e/cli-before-frameworks-api-support.test.ts +++ b/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 expect(await page.textContent('h1')).toBe('404') expect(headers['netlify-cdn-cache-control']).toBe( - 'no-cache, no-store, max-age=0, must-revalidate', + 'no-cache, no-store, max-age=0, must-revalidate, durable', ) expect(headers['cache-control']).toBe('no-cache,no-store,max-age=0,must-revalidate')