We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9adacaa commit a56c9efCopy full SHA for a56c9ef
1 file changed
testproject/home/tests.py
@@ -39,6 +39,7 @@ def hook_any(obj, is_cacheable: bool):
39
40
41
class WagtailCacheTest(TestCase):
42
+ # Django's default `testserver` is not a valid domain name.
43
client_headers = {"SERVER_NAME": "example.com"}
44
45
@classmethod
0 commit comments