Skip to content

Commit

Permalink
chore: fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
moshloop committed Oct 23, 2023
1 parent d2d2153 commit 323d5b0
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions fixtures/datasources/alertmanager_fail.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,14 @@ spec:
- KubeScheduler.*
exclude_filters:
namespace: elastic-system
transform:
expr: |
results.alerts.map(r,
{
'name': r.name + r.fingerprint,
'labels': r.labels,
'icon': 'alert',
'message': r.message,
'description': r.message,
}
).toJSON()
transform:
expr: |
results.alerts.map(r,
{
'name': r.name + r.fingerprint,
'labels': r.labels,
'icon': 'alert',
'message': r.message,
'description': r.message,
}
).toJSON()

0 comments on commit 323d5b0

Please sign in to comment.