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

Unified Diff: third_party/typ/typ/fakes/tests/test_result_server_fake_test.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
« no previous file with comments | « third_party/typ/README.chromium ('k') | third_party/typ/typ/json_results.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/typ/typ/fakes/tests/test_result_server_fake_test.py
diff --git a/third_party/typ/typ/fakes/tests/test_result_server_fake_test.py b/third_party/typ/typ/fakes/tests/test_result_server_fake_test.py
index 87316c872bdf40070bc39ee672b8d60c55cb811c..e5b5943a74db68272eac019fe3d8390157450b6b 100644
--- a/third_party/typ/typ/fakes/tests/test_result_server_fake_test.py
+++ b/third_party/typ/typ/fakes/tests/test_result_server_fake_test.py
@@ -25,7 +25,7 @@ class TestResultServerFakeTest(unittest.TestCase):
posts = []
try:
server = test_result_server_fake.start()
- url = 'http://%s:%d/testfile/upload' % server.server_address
+ url = 'https://%s:%d/testfile/upload' % server.server_address
if server:
resp = host.fetch(url, 'foo=bar')
finally:
« no previous file with comments | « third_party/typ/README.chromium ('k') | third_party/typ/typ/json_results.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698