Openapi: Remove duplicate group (#101933)

Remove duplicate group
This commit is contained in:
Alex Khomenko
2025-03-12 09:00:49 +03:00
committed by GitHub
parent 2bec167be5
commit f02803b027
-3
View File
@@ -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)