Fixed typo in tests/sitemaps_tests/test_http.py.

This commit is contained in:
Ikko Ashimine 2022-07-11 15:25:04 +09:00 committed by GitHub
parent 5e2f4ddf29
commit 77330a089c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -225,7 +225,7 @@ class HTTPSitemapTests(SitemapTestsBase):
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
"""
response = self.client.get("/lastmod/get-latest-lastmod-none-sitemap.xml")