Fixed dataproxy test

This commit is contained in:
Torkel Ödegaard 2015-02-28 12:34:51 +01:00
parent 3c554953a2
commit ae3b9617b6

View File

@ -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",