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

Commit 2cf5b89

Browse files
committed
try to use default key file
1 parent fc8c682 commit 2cf5b89

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
@@ -49,7 +49,7 @@ public void testMutableCredentialsUpdateAuthorizationForRunningClient() throws I
4949

5050
GoogleCredentials credentialsFromFile;
5151
try (InputStream stream =
52-
Files.newInputStream(Paths.get(GceTestEnvConfig.GCE_CREDENTIALS_FILE))) {
52+
Files.newInputStream(Paths.get(getKeyFile()))) {
5353
credentialsFromFile = GoogleCredentials.fromStream(stream);
5454
}
5555
assumeTrue(

0 commit comments

Comments
 (0)