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

Commit 52b761b

Browse files
committed
testing default credential accesss
1 parent bb56c65 commit 52b761b

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
@@ -47,7 +47,7 @@ public void testMutableCredentialsUpdateAuthorizationForRunningClient() throws I
4747
System.out.println("property" + System.getenv("GOOGLE_ACCOUNT_CREDENTIALS"));
4848
GoogleCredentials missingPermissionCredentials;
4949
try (InputStream stream =
50-
Files.newInputStream(Paths.get(System.getenv("GOOGLE_ACCOUNT_CREDENTIALS")))) {
50+
Files.newInputStream(Paths.get("/tmpfs/src/gfile/secret_manager/java-it-service-account"))) {
5151
missingPermissionCredentials = GoogleCredentials.fromStream(stream);
5252
}
5353
ServiceAccountCredentials invalidCredentials;

0 commit comments

Comments
 (0)