Skip to content

Commit 965dfc0

Browse files
committed
Fix tests
1 parent a640499 commit 965dfc0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

readthedocs/proxito/tests/test_full.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -292,7 +292,7 @@ def test_default_robots_txt(self, storage_exists):
292292
"""
293293
User-agent: *
294294
295-
Disallow:
295+
Disallow: # Allow everything
296296
297297
Sitemap: https://project.readthedocs.io/sitemap.xml
298298
"""
@@ -345,9 +345,9 @@ def test_default_robots_txt_disallow_hidden_versions(self, storage_exists):
345345
"""
346346
User-agent: *
347347
348-
Disallow: /en/hidden-2/
348+
Disallow: /en/hidden-2/ # Hidden version
349349
350-
Disallow: /en/hidden/
350+
Disallow: /en/hidden/ # Hidden version
351351
352352
Sitemap: https://project.readthedocs.io/sitemap.xml
353353
"""

0 commit comments

Comments
 (0)