ShortURL: Use the new k8s api in the frontend (#110537)
This commit is contained in:
committed by
GitHub
parent
211c0ca5c3
commit
135e9ef102
@@ -32,6 +32,7 @@ func TestIntegrationOpenAPIs(t *testing.T) {
|
||||
featuremgmt.FlagGrafanaAdvisor,
|
||||
featuremgmt.FlagKubernetesAlertingRules,
|
||||
featuremgmt.FlagGrafanaAPIServerWithExperimentalAPIs, // all datasources
|
||||
featuremgmt.FlagKubernetesShortURLs,
|
||||
},
|
||||
})
|
||||
|
||||
@@ -98,6 +99,9 @@ func TestIntegrationOpenAPIs(t *testing.T) {
|
||||
}, {
|
||||
Group: "rules.alerting.grafana.app",
|
||||
Version: "v0alpha1",
|
||||
}, {
|
||||
Group: "shorturl.grafana.app",
|
||||
Version: "v1alpha1",
|
||||
}}
|
||||
for _, gv := range groups {
|
||||
VerifyOpenAPISnapshots(t, dir, gv, h)
|
||||
|
||||
Reference in New Issue
Block a user