Explorar o código

Fixed dataproxy test

Torkel Ödegaard %!s(int64=10) %!d(string=hai) anos
pai
achega
ae3b9617b6
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      pkg/api/dataproxy_test.go

+ 1 - 1
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",