We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6217cb2 commit d0e6974Copy full SHA for d0e6974
test/unit/groups/monitor_api_test.py
@@ -58,7 +58,7 @@ def test_fetch_metrics(self):
58
59
60
class MonitorAlertDefinitionsTest(ClientBaseCase):
61
- def test_get_alert_definition(self):
+ def test_alert_definition(self):
62
service_type = "dbaas"
63
url = f"/monitor/services/{service_type}/alert-definitions"
64
with self.mock_get(url) as mock_get:
0 commit comments