mirror of
https://github.com/grafana/grafana.git
synced 2025-08-02 21:52:43 +08:00
K8s: Add basic query service (#80325)
This commit is contained in:
@ -107,7 +107,7 @@ func TestTestDatasource(t *testing.T) {
|
||||
})
|
||||
|
||||
t.Run("Call subresources", func(t *testing.T) {
|
||||
client := helper.Org1.Admin.Client.Resource(schema.GroupVersionResource{
|
||||
client := helper.Org1.Admin.ResourceClient(t, schema.GroupVersionResource{
|
||||
Group: "testdata.datasource.grafana.app",
|
||||
Version: "v0alpha1",
|
||||
Resource: "connections",
|
||||
|
Reference in New Issue
Block a user