Skip to content

Commit 12be8a7

Browse files
authored
Fix .com tests (#10097)
1 parent c2d784b commit 12be8a7

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

readthedocs/proxito/tests/test_full.py

+4
Original file line numberDiff line numberDiff line change
@@ -376,6 +376,10 @@ def setUp(self):
376376
)
377377

378378

379+
@override_settings(
380+
PUBLIC_DOMAIN="dev.readthedocs.io",
381+
RTD_EXTERNAL_VERSION_DOMAIN="dev.readthedocs.build",
382+
)
379383
class TestDocServingBackends(BaseDocServing):
380384
# Test that nginx and python backends both work
381385

0 commit comments

Comments
 (0)