fix error message

This commit is contained in:
HgO 2022-07-10 03:06:03 +02:00
parent 209ba167ad
commit 4d30d5b01a

View file

@ -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}"
)