Skip to content

Commit

Permalink
fix(storage): call anonumous client method to remove dependency of go…
Browse files Browse the repository at this point in the history
…ogle application credentials
  • Loading branch information
HemangChothani committed Oct 11, 2019
1 parent 22c0782 commit e3daaf9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion storage/tests/perf/benchwrapper.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
if args.port is None:
sys.exit("Usage: python3 main.py --port 8081")

client = storage.Client()
client = storage.Client.create_anonymous_client()


class StorageBenchWrapperServicer(storage_pb2_grpc.StorageBenchWrapperServicer):
Expand Down

0 comments on commit e3daaf9

Please sign in to comment.