DataSource: Fix openapi spec (#112150)

This commit is contained in:
Ryan McKinley
2025-10-08 14:36:24 +03:00
committed by GitHub
parent 047c51be01
commit 13a3c46079
6 changed files with 1191 additions and 12 deletions
+3
View File
@@ -105,6 +105,9 @@ func TestIntegrationOpenAPIs(t *testing.T) {
}, {
Group: "shorturl.grafana.app",
Version: "v1alpha1",
}, {
Group: "testdata.datasource.grafana.app",
Version: "v0alpha1",
}}
for _, gv := range groups {
VerifyOpenAPISnapshots(t, dir, gv, h)