Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
jotak committed Apr 15, 2024
1 parent 5b02dd1 commit 5938f74
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions controllers/monitoring/monitoring_controller_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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}},
},
},
},
Expand All @@ -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}},
},
},
},
Expand Down

0 comments on commit 5938f74

Please sign in to comment.