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")