Commit f76222e1 authored by Tim Graham's avatar Tim Graham
Browse files

Fixed flake8 warning.

parent 3e241313
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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