summaryrefslogtreecommitdiff
path: root/tests/sitemaps_tests
diff options
context:
space:
mode:
authorIkko Ashimine <eltociear@gmail.com>2022-07-11 15:25:04 +0900
committerGitHub <noreply@github.com>2022-07-11 08:25:04 +0200
commit77330a089cdf33533a387225c01736ab353b20fe (patch)
tree8538632b3664252eeb383617f6b0dcbdb77748b4 /tests/sitemaps_tests
parent5e2f4ddf2940704a26a4ac782b851989668d74db (diff)
downloaddjango-77330a089cdf33533a387225c01736ab353b20fe.tar.gz
Fixed typo in tests/sitemaps_tests/test_http.py.
Diffstat (limited to 'tests/sitemaps_tests')
-rw-r--r--tests/sitemaps_tests/test_http.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/sitemaps_tests/test_http.py b/tests/sitemaps_tests/test_http.py
index d1c345b53e..4a269b8737 100644
--- a/tests/sitemaps_tests/test_http.py
+++ b/tests/sitemaps_tests/test_http.py
@@ -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")