mirror of
https://github.com/grafana/grafana.git
synced 2025-07-29 22:22:25 +08:00
Fixed dataproxy test
This commit is contained in:
@ -29,7 +29,7 @@ func TestDataSourceProxy(t *testing.T) {
|
|||||||
|
|
||||||
Convey("When getting influxdb datasource proxy", t, func() {
|
Convey("When getting influxdb datasource proxy", t, func() {
|
||||||
ds := m.DataSource{
|
ds := m.DataSource{
|
||||||
Type: m.DS_INFLUXDB,
|
Type: m.DS_INFLUXDB_08,
|
||||||
Url: "http://influxdb:8083",
|
Url: "http://influxdb:8083",
|
||||||
Database: "site",
|
Database: "site",
|
||||||
User: "user",
|
User: "user",
|
||||||
|
Reference in New Issue
Block a user