mirror of
https://github.com/grafana/grafana.git
synced 2025-08-03 03:13:49 +08:00
Testdata: Rename package to circumvent convention in go (#19409)
Before this change the tests for test datasource was not run.
This commit is contained in:

committed by
GitHub

parent
d6eb4e8459
commit
00e7c7c4b7
@ -29,7 +29,7 @@ import (
|
||||
_ "github.com/grafana/grafana/pkg/tsdb/postgres"
|
||||
_ "github.com/grafana/grafana/pkg/tsdb/prometheus"
|
||||
_ "github.com/grafana/grafana/pkg/tsdb/stackdriver"
|
||||
_ "github.com/grafana/grafana/pkg/tsdb/testdata"
|
||||
_ "github.com/grafana/grafana/pkg/tsdb/testdatasource"
|
||||
)
|
||||
|
||||
var version = "5.0.0"
|
||||
|
Reference in New Issue
Block a user