mirror of
https://github.com/django/django.git
synced 2025-06-04 02:59:13 +00:00
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…
x
Reference in New Issue
Block a user