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

Commit 0378706

Browse files
committed
need to check error message on kokoro as its different then local
1 parent 1d41b10 commit 0378706

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@ public void testMutableCredentialsUpdateAuthorizationForRunningClient() throws I
6969
listDatabases(databaseAdminClient, project, instance);
7070
} catch (Exception e) {
7171
// specifically validate the permission denied error message
72+
System.out.println("exception " + e.getMessage());
7273
assertTrue(e.getMessage().contains("PERMISSION_DENIED"));
7374
assertFalse(e.getMessage().contains("UNAUTHENTICATED"));
7475
}

0 commit comments

Comments
 (0)