Skip to content

Commit

Permalink
fix: PR feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
stuartcarnie committed Nov 3, 2020
1 parent ef1ddae commit 9b78357
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion task/backend/analytical_storage_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ func TestAnalyticalStore(t *testing.T) {
svcStack = backend.NewAnalyticalRunStorage(logger, svc, ts.BucketService, svc, rr, ab.QueryService())
)

ts.BucketService = storage.NewBucketService(nil, ts.BucketService, ab.storageEngine)
ts.BucketService = storage.NewBucketService(logger, ts.BucketService, ab.storageEngine)

authCtx := icontext.SetAuthorizer(ctx, &influxdb.Authorization{
Permissions: influxdb.OperPermissions(),
Expand Down

0 comments on commit 9b78357

Please sign in to comment.