Fixed dataproxy test

pull/1540/head
Torkel Ödegaard 11 years ago
parent 3c554953a2
commit ae3b9617b6
  1. 2
      pkg/api/dataproxy_test.go

@ -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…
Cancel
Save