Chore: Update grafana-plugin-sdk-go to latest (#1702)

This commit is contained in:
Zoltán Bedi
2023-10-05 17:43:30 +02:00
committed by GitHub
parent 43c0fc9389
commit f31fc80b2b
4 changed files with 184 additions and 537 deletions

View File

@@ -22,9 +22,9 @@ func TestZabbixBackend_getCachedDatasource(t *testing.T) {
URL: "http://another.zabbix.org/zabbix",
JSONData: []byte("{}"),
}
modifiedDatasource, _ := newZabbixDatasourceInstance(modifiedDatasourceSettings)
modifiedDatasource, _ := newZabbixDatasourceInstance(context.Background(), modifiedDatasourceSettings)
basicDS, _ := newZabbixDatasourceInstance(basicDsSettings)
basicDS, _ := newZabbixDatasourceInstance(context.Background(), basicDsSettings)
tests := []struct {
name string