Skip to content

Commit 1720d2b

Browse files
authored
Merge pull request #6881 from readthedocs/fix-test-corp
Be explicit with PUBLIC_DOMAIN setting
2 parents 3cca19e + ce20e3a commit 1720d2b

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

readthedocs/proxito/tests/test_full.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,10 @@
2323
from .base import BaseDocServing
2424

2525

26-
@override_settings(PYTHON_MEDIA=False)
26+
@override_settings(
27+
PYTHON_MEDIA=False,
28+
PUBLIC_DOMAIN='dev.readthedocs.io',
29+
)
2730
class TestFullDocServing(BaseDocServing):
2831
# Test the full range of possible doc URL's
2932

0 commit comments

Comments
 (0)