diff --git a/runners/bookmarks/tests/chrome-config-home/Chrome-Bookmarks-Sample.json b/runners/bookmarks/tests/chrome-config-home/Chrome-Bookmarks-Sample.json --- a/runners/bookmarks/tests/chrome-config-home/Chrome-Bookmarks-Sample.json +++ b/runners/bookmarks/tests/chrome-config-home/Chrome-Bookmarks-Sample.json @@ -7,7 +7,7 @@ "id": "4", "name": "some bookmark in bookmark bar", "type": "url", - "url": "http://somehost.com/" + "url": "https://somehost.com/" } ], "date_added": "12987182274941985", "date_modified": "12987182320843562", @@ -21,14 +21,14 @@ "id": "5", "name": "bookmark in other bookmarks", "type": "url", - "url": "http://otherbookmarks.com/" + "url": "https://otherbookmarks.com/" }, { "children": [ { "date_added": "12987182366305763", "id": "7", "name": "bookmark in somefolder", "type": "url", - "url": "http://somefolder.com/" + "url": "https://somefolder.com/" } ], "date_added": "12987182352136671", "date_modified": "12987182366305763", diff --git a/runners/bookmarks/tests/chrome-config-home/Chrome-Bookmarks-SecondProfile.json b/runners/bookmarks/tests/chrome-config-home/Chrome-Bookmarks-SecondProfile.json --- a/runners/bookmarks/tests/chrome-config-home/Chrome-Bookmarks-SecondProfile.json +++ b/runners/bookmarks/tests/chrome-config-home/Chrome-Bookmarks-SecondProfile.json @@ -15,6 +15,6 @@ "id": "7", "name": "bookmark in secondProfile", "type": "url", - "url": "http://secondprofile.com/" + "url": "https://secondprofile.com/" } ] } } }