Fixed issue with Transport test

This commit is contained in:
someposer 2017-11-03 15:57:33 -05:00
parent 08ac09ea93
commit ee0df8be95

View File

@ -458,4 +458,4 @@ class NotifyTestCase(BaseTestCase):
def test_transport_notify(self):
self._setup_data("webhook", "http://example")
with self.assertRaises(NotImplementedError):
Transport.notify(self.channel, self.check)
Transport(self.channel).notify(self.check)