Fix typo.

This commit is contained in:
Pēteris Caune 2019-11-14 16:30:07 +02:00
parent 2b4de95141
commit 84bc6e7b2c
No known key found for this signature in database
GPG Key ID: E28D7679E9A9EDE2

View File

@ -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