fix error message
This commit is contained in:
parent
4d30d5b01a
commit
af0b9c31ca
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 {labels[matcher.label]} does not match {matcher}"
|
||||
f"Alert with label {matcher.label}={labels[matcher.label]} does not match {matcher}"
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue