From 77330a089cdf33533a387225c01736ab353b20fe Mon Sep 17 00:00:00 2001 From: Ikko Ashimine Date: Mon, 11 Jul 2022 15:25:04 +0900 Subject: [PATCH] Fixed typo in tests/sitemaps_tests/test_http.py. --- tests/sitemaps_tests/test_http.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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")