diff --git a/zerver/tests/test_outgoing_webhook_system.py b/zerver/tests/test_outgoing_webhook_system.py index b7ed0c876d..330a4f2bca 100644 --- a/zerver/tests/test_outgoing_webhook_system.py +++ b/zerver/tests/test_outgoing_webhook_system.py @@ -69,5 +69,3 @@ class DoRestCallTests(ZulipTestCase): # type: (mock.Mock, mock.Mock, mock.Mock) -> None do_rest_call(rest_operation, {"command": ""}, None) self.assertTrue(mock_fail_with_message.called) - -