Skip to content

Commit 55105bb

Browse files
authored
Merge pull request readthedocs#5329 from stsewd/fix-comment
Fix comment
2 parents 3218c80 + 62b3f98 commit 55105bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

readthedocs/rtd_tests/tests/test_doc_serving.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ def test_sitemap_xml(self):
120120
reverse('sitemap_xml'),
121121
HTTP_HOST='private.readthedocs.io',
122122
)
123-
# Private projects/versions always return 404 for robots.txt
123+
# Private projects/versions always return 404 for sitemap.xml
124124
self.assertEqual(response.status_code, 404)
125125

126126

0 commit comments

Comments
 (0)