Skip to content

Commit

Permalink
fix(normalize): last-modified Header
Browse files Browse the repository at this point in the history
  • Loading branch information
gr2m committed Feb 24, 2018
1 parent 1464607 commit aa5f062
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/normalize/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ function normalize (scenarioState, fixture) {

// set all dates to Universe 2017 Keynote time
setIfExists(fixture.headers, 'date', 'Tue, 10 Oct 2017 16:00:00 GMT')
setIfExists(fixture.headers, 'expires', 'Tue, 10 Oct 2017 16:00:00 GMT')
setIfExists(fixture.headers, 'last-modified', 'Tue, 10 Oct 2017 16:00:00 GMT')
setIfExists(fixture.headers, 'x-ratelimit-reset', '1507651200000')

Expand Down

0 comments on commit aa5f062

Please sign in to comment.