Rename the test function

This commit is contained in:
Austin 2017-12-14 16:11:42 -08:00
parent 7eed6160c1
commit 201d1a0815

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