Commit ae3b9617 by Torkel Ödegaard

Fixed dataproxy test

parent 3c554953
...@@ -29,7 +29,7 @@ func TestDataSourceProxy(t *testing.T) { ...@@ -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",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment