forked from GithubBackups/healthchecks
Fixed issue with Transport test
This commit is contained in:
parent
08ac09ea93
commit
ee0df8be95
@ -458,4 +458,4 @@ class NotifyTestCase(BaseTestCase):
|
|||||||
def test_transport_notify(self):
|
def test_transport_notify(self):
|
||||||
self._setup_data("webhook", "http://example")
|
self._setup_data("webhook", "http://example")
|
||||||
with self.assertRaises(NotImplementedError):
|
with self.assertRaises(NotImplementedError):
|
||||||
Transport.notify(self.channel, self.check)
|
Transport(self.channel).notify(self.check)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user