From 84bc6e7b2cc75f1a681d39646caa37909f245cbc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C4=93teris=20Caune?= Date: Thu, 14 Nov 2019 16:30:07 +0200 Subject: [PATCH] Fix typo. --- hc/api/tests/test_notify.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hc/api/tests/test_notify.py b/hc/api/tests/test_notify.py index 4f9fa704..29ee09f9 100644 --- a/hc/api/tests/test_notify.py +++ b/hc/api/tests/test_notify.py @@ -701,7 +701,7 @@ class NotifyTestCase(BaseTestCase): self.channel.notify(self.check) @patch("hc.api.transports.requests.request") - def test_mesteams(self, mock_post): + def test_msteams(self, mock_post): self._setup_data("msteams", "http://example.com/webhook") mock_post.return_value.status_code = 200