Skip to content

Commit

Permalink
update base templates
Browse files Browse the repository at this point in the history
  • Loading branch information
mnot committed Dec 25, 2023
1 parent 333fd02 commit 3a4b202
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/lib/templates.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,7 @@ function mergeDeep (target, ...sources) {

export const fresh = makeTemplate({
response_headers: [
['Expires', 100000],
['Cache-Control', 'max-age=100000'],
['Last-Modified', 0],
['Date', 0]
],
setup: true,
Expand All @@ -68,6 +66,7 @@ export const stale = makeTemplate({
export const becomeStale = makeTemplate({
response_headers: [
['Cache-Control', 'max-age=2'],
['Date', 0],
['Template-A', '1']
],
setup: true,
Expand Down

0 comments on commit 3a4b202

Please sign in to comment.