Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 1f1eef0

Browse files
committed
test: improve message in immutable cache test
1 parent 43776d0 commit 1f1eef0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎tests/utils/playwright-helpers.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ export const test = base.extend<
9898
if (response.url().includes('/_next/static/')) {
9999
expect(
100100
response.headers()['cache-control'],
101-
'_next/static assets should have immutable cache control',
101+
`_next/static asset (${response.url()}) should have immutable cache control`,
102102
).toContain('public,max-age=31536000,immutable')
103103
}
104104
})

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /