app/vmalert: fix typo in tests

Signed-off-by: hagen1778 <roman@victoriametrics.com>
This commit is contained in:
hagen1778 2023-10-25 16:28:27 +02:00
parent eed0c3c6b0
commit c07909a20b
No known key found for this signature in database
GPG key ID: 3BF75F3741CA9640

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 {