Skip to content

Commit

Permalink
tests(issues-mixed-content): use new site for testing (#15241)
Browse files Browse the repository at this point in the history
  • Loading branch information
adamraine authored Jul 10, 2023
1 parent fbee662 commit 73d077c
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions cli/test/smokehouse/test-definitions/issues-mixed-content.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,22 +11,22 @@
const expectations = {
artifacts: {
InspectorIssues: {
mixedContentIssue: [
{
mixedContentIssue: {
0: {
resourceType: 'Image',
resolutionStatus: 'MixedContentAutomaticallyUpgraded',
insecureURL: 'http://www.mixedcontentexamples.com/Content/Test/steveholt.jpg',
mainResourceURL: 'https://www.mixedcontentexamples.com/Test/NonSecureImage',
insecureURL: 'http://cdn.glitch.com/446ca0ec-cc52-4774-889a-6dc040eac6ef%2Fpuppy.jpg?v=1600261043278',
mainResourceURL: 'https://passive-mixed-content.glitch.me/',
request: {
url: 'http://www.mixedcontentexamples.com/Content/Test/steveholt.jpg',
url: 'http://cdn.glitch.com/446ca0ec-cc52-4774-889a-6dc040eac6ef%2Fpuppy.jpg?v=1600261043278',
},
},
],
},
},
},
lhr: {
requestedUrl: 'https://www.mixedcontentexamples.com/Test/NonSecureImage',
finalDisplayedUrl: 'https://www.mixedcontentexamples.com/Test/NonSecureImage',
requestedUrl: 'https://passive-mixed-content.glitch.me/',
finalDisplayedUrl: 'https://passive-mixed-content.glitch.me/',
audits: {
'is-on-https': {
score: 0,
Expand Down

0 comments on commit 73d077c

Please sign in to comment.