Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mnot committed Jul 11, 2023
1 parent d7193eb commit 765e835
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/lib/templates.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ export const location = makeTemplate({
filename: 'location_target',
response_headers: [
['Expires', 100000],
['Cache-Control', 'max-age=100000']
['Cache-Control', 'max-age=100000'],
['Last-Modified', 0],
['Date', 0]
]
Expand All @@ -52,7 +52,7 @@ export const contentLocation = makeTemplate({
filename: 'content_location_target',
response_headers: [
['Expires', 100000],
['Cache-Control', 'max-age=100000']
['Cache-Control', 'max-age=100000'],
['Last-Modified', 0],
['Date', 0]
]
Expand Down

0 comments on commit 765e835

Please sign in to comment.