diff --git a/zerver/tests/test_decorators.py b/zerver/tests/test_decorators.py index d0eef73e65..b1c6419460 100644 --- a/zerver/tests/test_decorators.py +++ b/zerver/tests/test_decorators.py @@ -960,7 +960,7 @@ class TestInternalNotifyView(TestCase): req = self.Request( POST=dict(secret=secret), META=dict(REMOTE_ADDR='127.0.0.1'), - ) + ) # type: HttpRequest with self.settings(SHARED_SECRET=secret): self.assertTrue(authenticate_notify(req))