From 29161a3035a29279364f0216360a095db1ef8daa Mon Sep 17 00:00:00 2001 From: Santos Gallegos Date: Tue, 18 Apr 2023 09:56:36 -0500 Subject: [PATCH] Tests: set production domain explicitly --- readthedocs/proxito/tests/test_hosting.py | 1 + 1 file changed, 1 insertion(+) diff --git a/readthedocs/proxito/tests/test_hosting.py b/readthedocs/proxito/tests/test_hosting.py index f315898e1bc..6d614555ee9 100644 --- a/readthedocs/proxito/tests/test_hosting.py +++ b/readthedocs/proxito/tests/test_hosting.py @@ -16,6 +16,7 @@ @override_settings( + PRODUCTION_DOMAIN="readthedocs.org", PUBLIC_DOMAIN="dev.readthedocs.io", PUBLIC_DOMAIN_USES_HTTPS=True, GLOBAL_ANALYTICS_CODE=None,