mirror of
https://github.com/django/django.git
synced 2025-10-31 09:41:08 +00:00
Fixed typo in tests/sitemaps_tests/test_http.py.
This commit is contained in:
@@ -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")
|
||||||
|
|||||||
Reference in New Issue
Block a user