Skip to content

Commit 73d077c

Browse files
authored
tests(issues-mixed-content): use new site for testing (#15241)
1 parent fbee662 commit 73d077c

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

cli/test/smokehouse/test-definitions/issues-mixed-content.js

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -11,22 +11,22 @@
1111
const expectations = {
1212
artifacts: {
1313
InspectorIssues: {
14-
mixedContentIssue: [
15-
{
14+
mixedContentIssue: {
15+
0: {
1616
resourceType: 'Image',
1717
resolutionStatus: 'MixedContentAutomaticallyUpgraded',
18-
insecureURL: 'http://www.mixedcontentexamples.com/Content/Test/steveholt.jpg',
19-
mainResourceURL: 'https://www.mixedcontentexamples.com/Test/NonSecureImage',
18+
insecureURL: 'http://cdn.glitch.com/446ca0ec-cc52-4774-889a-6dc040eac6ef%2Fpuppy.jpg?v=1600261043278',
19+
mainResourceURL: 'https://passive-mixed-content.glitch.me/',
2020
request: {
21-
url: 'http://www.mixedcontentexamples.com/Content/Test/steveholt.jpg',
21+
url: 'http://cdn.glitch.com/446ca0ec-cc52-4774-889a-6dc040eac6ef%2Fpuppy.jpg?v=1600261043278',
2222
},
2323
},
24-
],
24+
},
2525
},
2626
},
2727
lhr: {
28-
requestedUrl: 'https://www.mixedcontentexamples.com/Test/NonSecureImage',
29-
finalDisplayedUrl: 'https://www.mixedcontentexamples.com/Test/NonSecureImage',
28+
requestedUrl: 'https://passive-mixed-content.glitch.me/',
29+
finalDisplayedUrl: 'https://passive-mixed-content.glitch.me/',
3030
audits: {
3131
'is-on-https': {
3232
score: 0,

0 commit comments

Comments
 (0)