Skip to content

Commit 4cdd55b

Browse files
authored
Merge pull request #111 from acfoltzer/cdn-max-age-case-insensitive-kind-change
Change `cdn-max-age-case-insensitive` kind to `check`
2 parents 19050ae + 070ca94 commit 4cdd55b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/cdn-cache-control.mjs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -161,10 +161,10 @@ export default
161161
]
162162
},
163163
{
164-
name: 'An optimal CDN reuses a response with a positive `CDN-Cache-Control: MaX-aGe`',
164+
name: 'Does CDN reuse a response with a positive `CDN-Cache-Control: MaX-aGe`?',
165165
id: 'cdn-max-age-case-insensitive',
166166
cdn_only: true,
167-
kind: 'optimal',
167+
kind: 'check',
168168
depends_on: ['cdn-max-age'],
169169
requests: [
170170
{

0 commit comments

Comments
 (0)