Browse Source

Fixed issue with Transport test

pull/140/head
someposer 7 years ago
parent
commit
ee0df8be95
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      hc/api/tests/test_notify.py

+ 1
- 1
hc/api/tests/test_notify.py 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)

Loading…
Cancel
Save