Browse Source

Rename the test function

pull/143/head
Austin 7 years ago
parent
commit
201d1a0815
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

@ -284,7 +284,7 @@ class NotifyTestCase(BaseTestCase):
self.assertEqual(payload["service_key"], "456")
@patch("hc.api.transports.requests.request")
def test_pd(self, mock_post):
def test_pagertree(self, mock_post):
self._setup_data("pagertree", "123")
mock_post.return_value.status_code = 200


Loading…
Cancel
Save