Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
Signed-off-by: George Robinson <[email protected]>
  • Loading branch information
grobinson-grafana committed Oct 12, 2023
1 parent a1b4eee commit 5d2478b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion test/with_api_v1/acceptance/send_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -434,7 +434,7 @@ receivers:
co.Want(Between(2, 2.5), Alert("alertname", "test1").Active(1))
// Timers are reset on reload regardless, so we count the 6 second group
// interval from 3 onwards.
co.Want(Between(9, 9.5),
co.Want(Between(4, 4.5),
Alert("alertname", "test1").Active(1),
Alert("alertname", "test2").Active(4),
)
Expand Down
2 changes: 1 addition & 1 deletion test/with_api_v2/acceptance/send_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -455,7 +455,7 @@ receivers:
co.Want(Between(2, 2.5), Alert("alertname", "test1").Active(1))
// Timers are reset on reload regardless, so we count the 6 second group
// interval from 3 onwards.
co.Want(Between(9, 9.5),
co.Want(Between(4, 4.5),
Alert("alertname", "test1").Active(1),
Alert("alertname", "test2").Active(4),
)
Expand Down

0 comments on commit 5d2478b

Please sign in to comment.