mirror of
https://github.com/zulip/zulip.git
synced 2025-11-12 01:47:41 +00:00
lint: Fix trailing newlines in outgoing webhook tests.
This commit is contained in:
@@ -69,5 +69,3 @@ class DoRestCallTests(ZulipTestCase):
|
|||||||
# type: (mock.Mock, mock.Mock, mock.Mock) -> None
|
# type: (mock.Mock, mock.Mock, mock.Mock) -> None
|
||||||
do_rest_call(rest_operation, {"command": ""}, None)
|
do_rest_call(rest_operation, {"command": ""}, None)
|
||||||
self.assertTrue(mock_fail_with_message.called)
|
self.assertTrue(mock_fail_with_message.called)
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user