Skip to content

Commit

Permalink
fresh should include cc:ma
Browse files Browse the repository at this point in the history
  • Loading branch information
mnot committed Jul 11, 2023
1 parent 080dfbd commit b8a5d6b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/lib/templates.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ function makeTemplate (template) {
export const fresh = makeTemplate({
response_headers: [
['Expires', 100000],
['Cache-Control', 'max-age=100000'],
['Last-Modified', 0],
['Date', 0]
]
Expand Down

0 comments on commit b8a5d6b

Please sign in to comment.