diff options
| author | Tim Graham <timograham@gmail.com> | 2014-08-18 13:44:10 -0400 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2014-08-18 13:44:10 -0400 |
| commit | f76222e1d3f593c188c26e4f1da56a6ce3470dc0 (patch) | |
| tree | ab72fb611ef4e4256eb0f21a76535fc1ec79266e | |
| parent | 3e241313a4cea5dbf53068181408a7c34f00c9ca (diff) | |
Fixed flake8 warning.
| -rw-r--r-- | tests/http_utils/tests.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/http_utils/tests.py b/tests/http_utils/tests.py index 3225bfebf1..d88afb951c 100644 --- a/tests/http_utils/tests.py +++ b/tests/http_utils/tests.py @@ -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 |
