Skip to content

Commit 232ddd4

Browse files
committed
chore: tests
1 parent ec3c890 commit 232ddd4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/e2e/cache.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ describe('cache headers', () => {
8282
await fetch(ogUrl!)
8383
// Second request should hit
8484
const res = await fetch(ogUrl!)
85-
expect(res.headers.get('x-og-cache')).toMatchInlineSnapshot(`null`)
85+
expect(res.headers.get('x-og-cache')).toMatchInlineSnapshot(`"HIT"`)
8686
}, 60000)
8787

8888
it('prerendered OG image has immutable cache headers', async () => {

0 commit comments

Comments
 (0)