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