Fix comment

master
Santos Gallegos 2019-02-20 22:57:33 -05:00
parent 3218c808e8
commit 62b3f98511
1 changed files with 1 additions and 1 deletions

View File

@ -120,7 +120,7 @@ class TestPrivateDocs(BaseDocServing):
reverse('sitemap_xml'),
HTTP_HOST='private.readthedocs.io',
)
# Private projects/versions always return 404 for robots.txt
# Private projects/versions always return 404 for sitemap.xml
self.assertEqual(response.status_code, 404)