Skip to content

Commit

Permalink
chore: set string instead of datetime in molecule test
Browse files Browse the repository at this point in the history
  • Loading branch information
flkhndlr authored May 2, 2024
1 parent add9955 commit b90afc8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions molecule/default/converge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,12 +48,12 @@
grafana_silences:
- comment: molecule test
created_by: ansible
ends_at: 2029-12-31T00:00:00.000Z
ends_at: "2030-01-01T00:00:00.000Z"
matchers:
- isEqual: true
isRegex: false
name: environment
value: test
starts_at: 2029-12-31T23:23:59.000Z
starts_at: "2029-12-31T23:23:59.000Z"

roles: [{role: community.grafana.grafana}]

0 comments on commit b90afc8

Please sign in to comment.