Kaydet (Commit) 2c2c8a63 authored tarafından Claude Paroz's avatar Claude Paroz

Isolated sitemaps test from ABSOLUTE_URL_OVERRIDES

Refs #15988.
üst 5d81ad1a
from django.contrib.auth.models import User
from django.test.utils import override_settings
from .base import SitemapTestsBase
@override_settings(ABSOLUTE_URL_OVERRIDES={})
class GenericViewsSitemapTests(SitemapTestsBase):
def test_generic_sitemap(self):
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment