Fixed typo in tests/sitemaps_tests/test_http.py.
This commit is contained in:
parent
5e2f4ddf29
commit
77330a089c
|
@ -225,7 +225,7 @@ class HTTPSitemapTests(SitemapTestsBase):
|
||||||
|
|
||||||
def test_sitemap_get_latest_lastmod_none(self):
|
def test_sitemap_get_latest_lastmod_none(self):
|
||||||
"""
|
"""
|
||||||
sitemapindex.lastmod is ommitted when Sitemap.lastmod is
|
sitemapindex.lastmod is omitted when Sitemap.lastmod is
|
||||||
callable and Sitemap.get_latest_lastmod is not implemented
|
callable and Sitemap.get_latest_lastmod is not implemented
|
||||||
"""
|
"""
|
||||||
response = self.client.get("/lastmod/get-latest-lastmod-none-sitemap.xml")
|
response = self.client.get("/lastmod/get-latest-lastmod-none-sitemap.xml")
|
||||||
|
|
Loading…
Reference in New Issue