mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
rename executor into tsdbqueryendpoint
This commit is contained in:
@@ -169,7 +169,7 @@ func TestMetricQuery(t *testing.T) {
|
||||
|
||||
func registerFakeExecutor() *FakeExecutor {
|
||||
executor, _ := NewFakeExecutor(nil)
|
||||
RegisterExecutor("test", func(dsInfo *models.DataSource) (Executor, error) {
|
||||
RegisterTsdbQueryEndpoint("test", func(dsInfo *models.DataSource) (TsdbQueryEndpoint, error) {
|
||||
return executor, nil
|
||||
})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user