mirror of https://github.com/grafana/grafana.git
typo
This commit is contained in:
parent
f8faf66de5
commit
f47f956050
|
|
@ -940,7 +940,7 @@ func (c *fakePluginClient) QueryData(ctx context.Context, req *backend.QueryData
|
||||||
|
|
||||||
type testClient struct {
|
type testClient struct {
|
||||||
queryDataLastCalledWith data.QueryDataRequest
|
queryDataLastCalledWith data.QueryDataRequest
|
||||||
// The number of times the QueryData methods has been called
|
// The number of times the QueryData method has been called
|
||||||
queryDataCalls int
|
queryDataCalls int
|
||||||
queryDataStubbedResponse *backend.QueryDataResponse
|
queryDataStubbedResponse *backend.QueryDataResponse
|
||||||
queryDataStubbedError error
|
queryDataStubbedError error
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue