File tree 1 file changed +3
-2
lines changed
1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -19,6 +19,7 @@ import (
19
19
"github.com/influxdata/influxdb/v2"
20
20
"github.com/influxdata/influxdb/v2/bolt"
21
21
influxdbcontext "github.com/influxdata/influxdb/v2/context"
22
+ dashboardTransport "github.com/influxdata/influxdb/v2/dashboards/transport"
22
23
"github.com/influxdata/influxdb/v2/http"
23
24
"github.com/influxdata/influxdb/v2/kit/feature"
24
25
"github.com/influxdata/influxdb/v2/mock"
@@ -367,9 +368,9 @@ func (tl *TestLauncher) BucketService(tb testing.TB) *http.BucketService {
367
368
return & http.BucketService {Client : tl .HTTPClient (tb )}
368
369
}
369
370
370
- func (tl * TestLauncher ) DashboardService (tb testing.TB ) * http .DashboardService {
371
+ func (tl * TestLauncher ) DashboardService (tb testing.TB ) influxdb .DashboardService {
371
372
tb .Helper ()
372
- return & http .DashboardService {Client : tl .HTTPClient (tb )}
373
+ return & dashboardTransport .DashboardService {Client : tl .HTTPClient (tb )}
373
374
}
374
375
375
376
func (tl * TestLauncher ) LabelService (tb testing.TB ) * http.LabelService {
You can’t perform that action at this time.
0 commit comments