Skip to content

Commit

Permalink
test(bigquery): typo on bq connection auth scopes (#6780)
Browse files Browse the repository at this point in the history
  • Loading branch information
alvarowolfx committed Sep 29, 2022
1 parent 4b55524 commit e15f112
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bigquery/integration_test.go
Expand Up @@ -197,7 +197,7 @@ func initIntegrationTest() func() {
bqOpts = append(bqOpts, grpcHeadersChecker.CallOptions()...)
sOpts = append(sOpts, grpcHeadersChecker.CallOptions()...)
ptmOpts = append(ptmOpts, grpcHeadersChecker.CallOptions()...)
connOpts = append(sOpts, grpcHeadersChecker.CallOptions()...)
connOpts = append(connOpts, grpcHeadersChecker.CallOptions()...)
}
var err error
client, err = NewClient(ctx, projID, bqOpts...)
Expand Down

0 comments on commit e15f112

Please sign in to comment.