Skip to content

Commit

Permalink
errors smoketest
Browse files Browse the repository at this point in the history
  • Loading branch information
paulirish committed May 5, 2019
1 parent 38621bd commit 2a9b8d0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lighthouse-cli/test/smokehouse/error-expectations.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@ module.exports = [
},
},
{
errorCode: 'INSECURE_DOCUMENT_REQUEST',
errorCode: undefined,
lhr: {
requestedUrl: 'https://expired.badssl.com',
finalUrl: 'https://expired.badssl.com',
finalUrl: 'https://expired.badssl.com/',
audits: {},
},
},
Expand Down

0 comments on commit 2a9b8d0

Please sign in to comment.