Auto-generate cli for advisor.grafana.app (#103465)

This commit is contained in:
Andres Martinez Gotor
2025-04-08 16:38:19 +02:00
committed by GitHub
parent fc37bb4355
commit 12e3b86ebb
11 changed files with 3245 additions and 9 deletions
+4
View File
@@ -32,6 +32,7 @@ func TestIntegrationOpenAPIs(t *testing.T) {
featuremgmt.FlagQueryService, // Query Library
featuremgmt.FlagProvisioning,
featuremgmt.FlagInvestigationsBackend,
featuremgmt.FlagGrafanaAdvisor,
},
})
@@ -80,6 +81,9 @@ func TestIntegrationOpenAPIs(t *testing.T) {
}, {
Group: "investigations.grafana.app",
Version: "v0alpha1",
}, {
Group: "advisor.grafana.app",
Version: "v0alpha1",
}}
for _, gv := range groups {
VerifyOpenAPISnapshots(t, dir, gv, h)