Skip to content

Commit

Permalink
fix scenario
Browse files Browse the repository at this point in the history
  • Loading branch information
lucabello committed Jan 13, 2025
1 parent 6c08294 commit 8d269d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/scenario/test_alert_labels.py
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ def test_metrics_alert_rule_labels(charm_config):
)
for group in alert_rules["groups"]:
for rule in group["rules"]:
if "grafana-agent_alertgroup_alerts" in group["name"]:
if "grafana_agent_alertgroup_alerts" in group["name"]:
assert (
rule["labels"]["juju_application"] == "primary"
or rule["labels"]["juju_application"] == "subordinate"
Expand Down

0 comments on commit 8d269d4

Please sign in to comment.