fix error message
This commit is contained in:
parent
209ba167ad
commit
4d30d5b01a
1 changed files with 1 additions and 1 deletions
|
@ -126,5 +126,5 @@ class AlertmanagerClient:
|
|||
|
||||
if not matcher.match(labels):
|
||||
raise AlertMismatchError(
|
||||
f"Alert with label {matcher} does not match {labels[matcher.label]}"
|
||||
f"Alert with label {labels[matcher.label]} does not match {matcher}"
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue