console: fix test due to change of default interval

This commit is contained in:
Vincent Bernat
2024-04-24 09:58:32 +02:00
parent 7601a28515
commit 71d5cb92a7

View File

@@ -22,7 +22,7 @@ func TestConfigHandler(t *testing.T) {
"version": "1.2.3",
"defaultVisualizeOptions": gin.H{
"graphType": "stacked",
"start": "6 hours ago",
"start": "24 hours ago",
"end": "now",
"filter": "InIfBoundary = external",
"dimensions": []string{"SrcAS"},