diff options
| author | Ikko Ashimine <eltociear@gmail.com> | 2022-07-11 15:25:04 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-07-11 08:25:04 +0200 |
| commit | 77330a089cdf33533a387225c01736ab353b20fe (patch) | |
| tree | 8538632b3664252eeb383617f6b0dcbdb77748b4 | |
| parent | 5e2f4ddf2940704a26a4ac782b851989668d74db (diff) | |
Fixed typo in tests/sitemaps_tests/test_http.py.
| -rw-r--r-- | tests/sitemaps_tests/test_http.py | 2 |
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") |
