Skip to content

Commit a238755

Browse files
committed
Don't check response header on request 3.
1 parent 038c723 commit a238755

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/stale.mjs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,8 +95,8 @@ export default {
9595
setup: true,
9696
pause_after: true,
9797
response_headers: [
98-
['Cache-Control', 'no-cache'],
99-
['ETag', '"def"']
98+
['Cache-Control', 'no-cache', false],
99+
['ETag', '"def"', false]
100100
],
101101
expected_type: 'cached'
102102
},

0 commit comments

Comments
 (0)