console: fix test after commit 952a927ffd

This commit is contained in:
Vincent Bernat
2024-08-06 19:12:02 +02:00
parent 6c435c679f
commit 2d16640da7

View File

@@ -21,11 +21,13 @@ func TestConfigHandler(t *testing.T) {
"version": "dev",
"defaultVisualizeOptions": gin.H{
"graphType": "stacked",
"start": "24 hours ago",
"start": "6 hours ago",
"end": "now",
"filter": "InIfBoundary = external",
"dimensions": []string{"SrcAS"},
"limit": 10,
"bidirectional": false,
"previousPeriod": false,
},
"homepageTopWidgets": []string{"src-as", "src-port", "protocol", "src-country", "etype"},
"dimensionsLimit": 50,