diff --git a/runners/bookmarks/tests/chrome-config-home/Chrome-Bookmarks-Sample.json b/runners/bookmarks/tests/chrome-config-home/Chrome-Bookmarks-Sample.json index 092ac37dc..3c2d60aad 100644 --- a/runners/bookmarks/tests/chrome-config-home/Chrome-Bookmarks-Sample.json +++ b/runners/bookmarks/tests/chrome-config-home/Chrome-Bookmarks-Sample.json @@ -1,55 +1,55 @@ { "checksum": "191d94e91bec51787ab07c82e94c396f", "roots": { "bookmark_bar": { "children": [ { "date_added": "12987182320843562", "id": "4", "name": "some bookmark in bookmark bar", "type": "url", - "url": "http://somehost.com/" + "url": "https://somehost.com/" } ], "date_added": "12987182274941985", "date_modified": "12987182320843562", "id": "1", "name": "Bookmarks Bar", "type": "folder" }, "other": { "children": [ { "date_added": "12987182348211072", "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", "id": "6", "name": "somefolder", "type": "folder" } ], "date_added": "12987182274941996", "date_modified": "12987182348211072", "id": "2", "name": "Other Bookmarks", "type": "folder" }, "synced": { "children": [ ], "date_added": "12987182274941997", "date_modified": "0", "id": "3", "name": "Mobile Bookmarks", "type": "folder" } }, "version": 1 } diff --git a/runners/bookmarks/tests/chrome-config-home/Chrome-Bookmarks-SecondProfile.json b/runners/bookmarks/tests/chrome-config-home/Chrome-Bookmarks-SecondProfile.json index 6087568fb..ab0c5b06d 100644 --- a/runners/bookmarks/tests/chrome-config-home/Chrome-Bookmarks-SecondProfile.json +++ b/runners/bookmarks/tests/chrome-config-home/Chrome-Bookmarks-SecondProfile.json @@ -1,20 +1,20 @@ { "checksum": "191d94e91bec51787ab07c82e94c396f", "roots": { "bookmark_bar": { "children": [ ], "date_added": "12987182274941985", "date_modified": "12987182320843562", "id": "1", "name": "Bookmarks Bar", "type": "folder" }, "other": { "children": [{ "date_added": "12987182366305763", "id": "7", "name": "bookmark in secondProfile", "type": "url", - "url": "http://secondprofile.com/" + "url": "https://secondprofile.com/" } ] } } }