We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec3c890 commit 232ddd4Copy full SHA for 232ddd4
1 file changed
test/e2e/cache.test.ts
@@ -82,7 +82,7 @@ describe('cache headers', () => {
82
await fetch(ogUrl!)
83
// Second request should hit
84
const res = await fetch(ogUrl!)
85
- expect(res.headers.get('x-og-cache')).toMatchInlineSnapshot(`null`)
+ expect(res.headers.get('x-og-cache')).toMatchInlineSnapshot(`"HIT"`)
86
}, 60000)
87
88
it('prerendered OG image has immutable cache headers', async () => {
0 commit comments