Skip to content

Commit d0e6974

Browse files
committed
fixed unittest
1 parent 6217cb2 commit d0e6974

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/unit/groups/monitor_api_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ def test_fetch_metrics(self):
5858

5959

6060
class MonitorAlertDefinitionsTest(ClientBaseCase):
61-
def test_get_alert_definition(self):
61+
def test_alert_definition(self):
6262
service_type = "dbaas"
6363
url = f"/monitor/services/{service_type}/alert-definitions"
6464
with self.mock_get(url) as mock_get:

0 commit comments

Comments
 (0)