Skip to content

Commit 62b3f98

Browse files
committed
Fix comment
1 parent 3218c80 commit 62b3f98

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)