Skip to content

Commit

Permalink
Declare dependencies for no-cache tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mnot committed Dec 27, 2023
1 parent e9cac1f commit a5dfc7c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/cc-response.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -236,6 +236,7 @@ export default
name: 'Does `Cache-Control: no-cache` inhibit storing a listed header?',
id: 'headers-omit-headers-listed-in-Cache-Control-no-cache-single',
kind: 'check',
depends_on: ['cc-resp-no-cache-revalidate'],
spec_anchors: ['cache-response-directive.no-cache'],
requests: [
{
Expand All @@ -261,6 +262,7 @@ export default
name: 'Does `Cache-Control: no-cache` inhibit storing multiple listed headers?',
id: 'headers-omit-headers-listed-in-Cache-Control-no-cache',
kind: 'check',
depends_on: ['cc-resp-no-cache-revalidate'],
spec_anchors: ['cache-response-directive.no-cache'],
requests: [
{
Expand Down

0 comments on commit a5dfc7c

Please sign in to comment.