Skip to content

Commit

Permalink
app/vmalert: fix typo in tests
Browse files Browse the repository at this point in the history
Signed-off-by: hagen1778 <roman@victoriametrics.com>
(cherry picked from commit c07909a)
  • Loading branch information
hagen1778 authored and valyala committed Oct 26, 2023
1 parent cf541c7 commit f00729e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/vmalert/rule/group_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -696,7 +696,7 @@ func TestGetPrometheusReqTimestamp(t *testing.T) {
evalAlignment: &disableAlign,
},
"2023-08-28T11:41:00+00:00",
"2023-08-28T11:40:00+00:02",
"2023-08-28T11:40:00+00:00",
},
}
for _, tc := range testCases {
Expand Down

0 comments on commit f00729e

Please sign in to comment.