Skip to content
This repository was archived by the owner on Apr 7, 2026. It is now read-only.

Commit 3e71bef

Browse files
committed
try to disable the nocredentials process
1 parent e5a4c93 commit 3e71bef

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

google-cloud-spanner/src/test/java/com/google/cloud/spanner/connection/it/ITMutableCredentialsTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,9 +63,9 @@ public void testMutableCredentialsUpdateAuthorizationForRunningClient() throws I
6363
System.out.println("missingPermissionCredentials " + missingPermissionCredentials);
6464

6565
System.out.println("application default " + GoogleCredentials.getApplicationDefault());
66-
6766
SpannerOptions options =
6867
SpannerOptions.newBuilder()
68+
.setEmulatorHost(null)
6969
.setCredentials(FixedCredentialsProvider.create(mutableCredentials).getCredentials())
7070
.build();
7171
System.out.println("initial credentials " + options.getCredentials());

0 commit comments

Comments
 (0)