summaryrefslogtreecommitdiff
path: root/tests/sitemaps_tests/urls/https.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/sitemaps_tests/urls/https.py')
-rw-r--r--tests/sitemaps_tests/urls/https.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/sitemaps_tests/urls/https.py b/tests/sitemaps_tests/urls/https.py
index ec4ab1489f..4f07d4759c 100644
--- a/tests/sitemaps_tests/urls/https.py
+++ b/tests/sitemaps_tests/urls/https.py
@@ -7,6 +7,7 @@ from .http import SimpleSitemap
class HTTPSSitemap(SimpleSitemap):
protocol = 'https'
+
secure_sitemaps = {
'simple': HTTPSSitemap,
}