Remove unusable sitemap endpoint
It calls a data model method which is extremely slow and heavy, and it isn't even used anyway
This commit is contained in:
parent
9e2c5417b8
commit
9190c046c7
4 changed files with 0 additions and 29 deletions
|
@ -228,9 +228,6 @@ class WebEndpointTestCase(EndpointTestCase):
|
|||
def test_robots(self):
|
||||
self.getResponse('web.robots')
|
||||
|
||||
def test_sitemap(self):
|
||||
self.getResponse('web.sitemap')
|
||||
|
||||
def test_repo_view(self):
|
||||
self.getResponse('web.repository', path='devtable/simple')
|
||||
|
||||
|
|
Reference in a new issue