mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2024-11-21 14:44:00 +00:00
app/vmalert: fix typo in tests
Signed-off-by: hagen1778 <roman@victoriametrics.com>
This commit is contained in:
parent
eed0c3c6b0
commit
c07909a20b
1 changed files with 1 additions and 1 deletions
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue