Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1073)

Unified Diff: third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/layout_package/bot_test_expectations.py

Issue 2710493003: Update HTTP-references to test-results to use HTTPS (Closed)
Patch Set: Created 3 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/layout_package/bot_test_expectations.py
diff --git a/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/layout_package/bot_test_expectations.py b/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/layout_package/bot_test_expectations.py
index 2c41cd2a18d5e92fc59baa5618929090f74565d0..165961c586151c431fd4bf79a8770b3dd114bd30 100644
--- a/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/layout_package/bot_test_expectations.py
+++ b/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/layout_package/bot_test_expectations.py
@@ -111,7 +111,7 @@ class ResultsJSON(object):
class BotTestExpectationsFactory(object):
RESULTS_URL_PREFIX = (
- 'http://test-results.appspot.com/testfile?master=chromium.webkit&'
+ 'https://test-results.appspot.com/testfile?master=chromium.webkit&'
'testtype=webkit_tests&name=results-small.json&builder=')
def __init__(self, builders):

Powered by Google App Engine
This is Rietveld 408576698