| 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'
|
|
|