Skip to content

Commit d51f2a1

Browse files
committed
fix: Adjust the alerting class and add Grafana v9 support
1 parent e96baae commit d51f2a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

grafana_api/alerting.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -903,7 +903,7 @@ def test_backtest_rule(self, condition: str, data_query: list) -> dict:
903903
Exception: Unspecified error by executing the API call
904904
905905
Returns:
906-
api_call (dict): Returns the result of the specified datasource_uid rule
906+
api_call (dict): Returns the result of the specified rule
907907
"""
908908

909909
if len(condition) != 0 and data_query != list():

0 commit comments

Comments
 (0)