Skip to content

Commit 37166af

Browse files
HemangChothanicrwilcox
authored andcommitted
fix(storage): call anonumous client method to remove dependency of google application credentials (googleapis#9455)
1 parent 66cdc58 commit 37166af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

storage/tests/perf/benchwrapper.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
if args.port is None:
2525
sys.exit("Usage: python3 main.py --port 8081")
2626

27-
client = storage.Client()
27+
client = storage.Client.create_anonymous_client()
2828

2929

3030
class StorageBenchWrapperServicer(storage_pb2_grpc.StorageBenchWrapperServicer):

0 commit comments

Comments
 (0)