| 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)]
|
|
|