From f00729ee24ea070713237223b5dc807010402c0f Mon Sep 17 00:00:00 2001 From: hagen1778 <roman@victoriametrics.com> Date: Wed, 25 Oct 2023 16:28:27 +0200 Subject: [PATCH] app/vmalert: fix typo in tests Signed-off-by: hagen1778 <roman@victoriametrics.com> (cherry picked from commit c07909a20bec73acacab690a6ddc92910ee0ed83) --- app/vmalert/rule/group_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/vmalert/rule/group_test.go b/app/vmalert/rule/group_test.go index e0ac0997cd..d1777b6c54 100644 --- a/app/vmalert/rule/group_test.go +++ b/app/vmalert/rule/group_test.go @@ -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 {