Logs Explore: logsdrilldown authorizer permissions, rtkq (#114320)
* Logs Explore: logsdrilldown app platform authorizer permissions, rtkq --------- Co-authored-by: Austin Pond <austin.pond@grafana.com>
This commit is contained in:
co-authored by
Austin Pond
parent
68b02c2283
commit
a112c6c169
@@ -35,6 +35,7 @@ func TestIntegrationOpenAPIs(t *testing.T) {
|
||||
featuremgmt.FlagKubernetesShortURLs,
|
||||
featuremgmt.FlagKubernetesCorrelations,
|
||||
featuremgmt.FlagKubernetesAlertingHistorian,
|
||||
featuremgmt.FlagKubernetesLogsDrilldown,
|
||||
},
|
||||
})
|
||||
|
||||
@@ -119,6 +120,9 @@ func TestIntegrationOpenAPIs(t *testing.T) {
|
||||
}, {
|
||||
Group: "testdata.datasource.grafana.app",
|
||||
Version: "v0alpha1",
|
||||
}, {
|
||||
Group: "logsdrilldown.grafana.app",
|
||||
Version: "v1alpha1",
|
||||
}}
|
||||
for _, gv := range groups {
|
||||
VerifyOpenAPISnapshots(t, dir, gv, h)
|
||||
|
||||
Reference in New Issue
Block a user