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

Unified Diff: third_party/typ/typ/json_results.py

Issue 2658933006: Bump typ to v0.9.10 to pick up sergiyb's https fix for uploading results. (Closed)
Patch Set: Created 3 years, 11 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/typ/typ/json_results.py
diff --git a/third_party/typ/typ/json_results.py b/third_party/typ/typ/json_results.py
index 62233ab619af122dbd607fb0da1211a7d93873dc..bb693a2636d9ea2b068ba67633fe785eeac6987d 100644
--- a/third_party/typ/typ/json_results.py
+++ b/third_party/typ/typ/json_results.py
@@ -105,7 +105,7 @@ def make_full_results(metadata, seconds_since_epoch, all_test_names, results):
def make_upload_request(test_results_server, builder, master, testtype,
full_results):
- url = 'http://%s/testfile/upload' % test_results_server
+ url = 'https://%s/testfile/upload' % test_results_server
attrs = [('builder', builder),
('master', master),
('testtype', testtype)]
« no previous file with comments | « third_party/typ/typ/fakes/tests/test_result_server_fake_test.py ('k') | third_party/typ/typ/tests/json_results_test.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698