Skip to content

Commit

Permalink
smoke test a bit more
Browse files Browse the repository at this point in the history
  • Loading branch information
mnot committed Dec 9, 2023
1 parent 7bcdf27 commit 9ebbff5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/smoke.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
linter.process_headers([
(b'Content-Type', b'text/plain'),
(b'Content-Length', b'10'),
(b'Cache-Control', b'max-age=60, max-age=5, max-stale=5')
(b'Cache-Control', b'no-store, no-cache, max-age=60, max-age=5, max-stale=5')
])
linter.feed_content(b'12345')
linter.feed_content(b'67890')
Expand Down

0 comments on commit 9ebbff5

Please sign in to comment.