Bug 1336257 - Use HTTPS for mozqa url in TPS. r?markh draft
authorThom Chiovoloni <tchiovoloni@mozilla.com>
Wed, 29 Nov 2017 18:35:28 -0500
changeset 705329 ceeea60ea044993c28054334b49237c52236f212
parent 704706 c2248f85346939d3e0b01f57276c440ccb2d16a1
child 742345 6866e1f67770c4420412c51495cfa59f36e21e67
push id91453
push userbmo:tchiovoloni@mozilla.com
push dateWed, 29 Nov 2017 23:35:40 +0000
reviewersmarkh
bugs1336257
milestone59.0a1
Bug 1336257 - Use HTTPS for mozqa url in TPS. r?markh MozReview-Commit-ID: Admw1iKeW24
services/sync/tests/tps/test_tabs.js
--- a/services/sync/tests/tps/test_tabs.js
+++ b/services/sync/tests/tps/test_tabs.js
@@ -12,28 +12,28 @@ var phases = { "phase1": "profile1",
                "phase2": "profile2",
                "phase3": "profile1"};
 
 /*
  * Tab lists.
  */
 
 var tabs1 = [
-  { uri: "http://mozqa.com/data/firefox/layout/mozilla.html",
+  { uri: "https://mozqa.com/data/firefox/layout/mozilla.html",
     title: "Mozilla",
     profile: "profile1"
   },
   { uri: "data:text/html,<html><head><title>Hello</title></head><body>Hello</body></html>",
     title: "Hello",
     profile: "profile1"
   }
 ];
 
 var tabs2 = [
-  { uri: "http://mozqa.com/data/firefox/layout/mozilla_community.html",
+  { uri: "https://mozqa.com/data/firefox/layout/mozilla_community.html",
     title: "Mozilla Community",
     profile: "profile2"
   },
   { uri: "data:text/html,<html><head><title>Bye</title></head><body>Bye</body></html>",
     profile: "profile2"
   }
 ];