Openapi: Remove duplicate group (#101933)

Remove duplicate group
pull/101991/head^2
Alex Khomenko 4 months ago committed by GitHub
parent 2bec167be5
commit f02803b027
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 3
      pkg/tests/apis/openapi_test.go

@ -74,9 +74,6 @@ func TestIntegrationOpenAPIs(t *testing.T) {
}, {
Group: "investigations.grafana.app",
Version: "v0alpha1",
}, {
Group: "folder.grafana.app",
Version: "v0alpha1",
}}
for _, gv := range groups {
VerifyOpenAPISnapshots(t, dir, gv, h)

Loading…
Cancel
Save