From 6cb5285f29247b877e47f256d84bf6313db7b484 Mon Sep 17 00:00:00 2001
From: Jon Dufresne
Date: Tue, 25 Sep 2018 23:48:47 -0700
Subject: [2.1.x] Refs #29784 -- Switched to https:// links where available.
Backport of 82f286cf6f198d37850d3c5df637b5665566a66b from master.
---
tests/utils_tests/test_html.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
(limited to 'tests/utils_tests/test_html.py')
diff --git a/tests/utils_tests/test_html.py b/tests/utils_tests/test_html.py
index 005f4c79b5..94b8f946cc 100644
--- a/tests/utils_tests/test_html.py
+++ b/tests/utils_tests/test_html.py
@@ -84,7 +84,7 @@ class TestUtilsHtml(SimpleTestCase):
('de
f', 'def'),
('foobar', 'foobar'),
# caused infinite loop on Pythons not patched with
- # http://bugs.python.org/issue20288
+ # https://bugs.python.org/issue20288
('&gotcha<>', '&gotcha<>'),
('ript>test</script>', 'ript>test'),
('&h', 'alert()h'),
--
cgit v1.3