Update broken test

This commit is contained in:
Agustin Godnic 2023-08-15 15:12:18 -03:00
parent f760196589
commit d8cc476974
1 changed files with 1 additions and 0 deletions

View File

@ -56,6 +56,7 @@ aggregatesVaaCount = from(bucket: "wormscan")
|> filter(fn: (r) => r["_measurement"] == "vaa_count_1h")
union(tables: [aggregatesVaaCount, lastVaaCount])
|> group()
|> aggregateWindow(every: 1h, fn: sum, createEmpty: true)
|> sort(columns: ["_time"], desc: true)
`
//2023-05-04T18:39:10.985Z