Fixed flake8 warning.

This commit is contained in:
Tim Graham 2014-08-18 13:44:10 -04:00
parent 3e241313a4
commit f76222e1d3
1 changed files with 1 additions and 0 deletions

View File

@ -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