diff --git a/controllers/monitoring/monitoring_controller_test.go b/controllers/monitoring/monitoring_controller_test.go index cc1deaa03..6d088b2ad 100644 --- a/controllers/monitoring/monitoring_controller_test.go +++ b/controllers/monitoring/monitoring_controller_test.go @@ -159,7 +159,7 @@ func ControllerSpecs() { DashboardName: "My dashboard 01", Title: "title", Type: metricslatest.ChartTypeSingleStat, - Queries: []metricslatest.Query{{PromQL: "(query)", Legend: "-"}}, + Queries: []metricslatest.Query{{PromQL: "(query)", Legend: "-", Top: 7}}, }, }, }, @@ -177,7 +177,7 @@ func ControllerSpecs() { DashboardName: "My dashboard 02", Title: "title", Type: metricslatest.ChartTypeSingleStat, - Queries: []metricslatest.Query{{PromQL: "(query)", Legend: "-"}}, + Queries: []metricslatest.Query{{PromQL: "(query)", Legend: "-", Top: 7}}, }, }, },