Kaydet (Commit) f76222e1 authored tarafından Tim Graham's avatar Tim Graham

Fixed flake8 warning.

üst 3e241313
......@@ -76,6 +76,7 @@ class HttpUtilTests(TestCase):
host is not in ALLOWED_HOSTS. Issue #20472
"""
request = HttpRequest()
def bomb():
self.assertTrue(False)
request.get_host = bomb
......
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