Skip to content

Commit 7eed75f

Browse files
committed
Change cdn-max-age-case-insensitive kind to check
Per discussion in #110
1 parent 19050ae commit 7eed75f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/cdn-cache-control.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ export default
164164
name: 'An optimal CDN reuses 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)