Dashboards: Fix lint issue (#104497)

This commit is contained in:
Todd Treece
2025-04-25 10:35:53 -04:00
committed by GitHub
parent 2990cbc2db
commit b2fbbb43da
5 changed files with 11 additions and 13 deletions
+1 -8
View File
@@ -28,8 +28,7 @@ func TestIntegrationOpenAPIs(t *testing.T) {
h := NewK8sTestHelper(t, testinfra.GrafanaOpts{
AppModeProduction: true,
EnableFeatureToggles: []string{
featuremgmt.FlagKubernetesClientDashboardsFolders, // Will be default on by G12
featuremgmt.FlagQueryService, // Query Library
featuremgmt.FlagQueryService, // Query Library
featuremgmt.FlagProvisioning,
featuremgmt.FlagInvestigationsBackend,
},
@@ -60,12 +59,6 @@ func TestIntegrationOpenAPIs(t *testing.T) {
dir := "openapi_snapshots"
var groups = []schema.GroupVersion{{
Group: "dashboard.grafana.app",
Version: "v0alpha1",
}, {
Group: "folder.grafana.app",
Version: "v0alpha1",
}, {
Group: "iam.grafana.app",
Version: "v0alpha1",
}, {