forked from GithubBackups/healthchecks
Fix typo.
This commit is contained in:
parent
2b4de95141
commit
84bc6e7b2c
@ -701,7 +701,7 @@ class NotifyTestCase(BaseTestCase):
|
|||||||
self.channel.notify(self.check)
|
self.channel.notify(self.check)
|
||||||
|
|
||||||
@patch("hc.api.transports.requests.request")
|
@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")
|
self._setup_data("msteams", "http://example.com/webhook")
|
||||||
mock_post.return_value.status_code = 200
|
mock_post.return_value.status_code = 200
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user