app/vmalert: fix typo in tests

Signed-off-by: hagen1778 <roman@victoriametrics.com>
(cherry picked from commit c07909a20b)
This commit is contained in:
hagen1778 2023-10-25 16:28:27 +02:00 committed by Aliaksandr Valialkin
parent cf541c757a
commit f00729ee24
No known key found for this signature in database
GPG Key ID: A72BEC6CD3D0DED1

View File

@ -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 {