From d00719f2040bb293c73fb08b228eb0c8a9f0054c Mon Sep 17 00:00:00 2001 From: Tim Abbott Date: Fri, 29 Jul 2016 19:57:39 -0700 Subject: [PATCH] Annotate IFTTT tests. --- zerver/tests/test_hooks.py | 1 + 1 file changed, 1 insertion(+) diff --git a/zerver/tests/test_hooks.py b/zerver/tests/test_hooks.py index 6f2ac4a039..7c7399c018 100644 --- a/zerver/tests/test_hooks.py +++ b/zerver/tests/test_hooks.py @@ -1475,6 +1475,7 @@ class IFTTTHookTests(WebhookTestCase): FIXTURE_DIR_NAME = 'ifttt' def test_ifttt_when_subject_and_body_are_correct(self): + # type: () -> None expected_subject = u"Email sent from email@email.com" expected_message = u"Email subject: Subject" self.send_and_test_stream_message('correct_subject_and_body', expected_subject, expected_message)