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

Unified Diff: third_party/typ/typ/tests/json_results_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/typ/json_results.py ('k') | third_party/typ/typ/version.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/typ/typ/tests/json_results_test.py
diff --git a/third_party/typ/typ/tests/json_results_test.py b/third_party/typ/typ/tests/json_results_test.py
index 363ceabc5e5fae6f403e1a834c48183fb34c8b30..5dfab61da402d16d7dfba31d426a0824149949c6 100644
--- a/third_party/typ/typ/tests/json_results_test.py
+++ b/third_party/typ/typ/tests/json_results_test.py
@@ -32,7 +32,7 @@ class TestMakeUploadRequest(unittest.TestCase):
'multipart/form-data; '
'boundary=-J-S-O-N-R-E-S-U-L-T-S---B-O-U-N-D-A-R-Y-')
- self.assertEqual(url, 'http://localhost/testfile/upload')
+ self.assertEqual(url, 'https://localhost/testfile/upload')
self.assertMultiLineEqual(
data,
('---J-S-O-N-R-E-S-U-L-T-S---B-O-U-N-D-A-R-Y-\r\n'
« no previous file with comments | « third_party/typ/typ/json_results.py ('k') | third_party/typ/typ/version.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698