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

Commit 9c4b12b

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

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
@@ -67,6 +67,7 @@ public void testMutableCredentialsUpdateAuthorizationForRunningClient() throws I
6767
String instance = "java-client-integration-tests";
6868
try {
6969
listDatabases(databaseAdminClient, project, instance);
70+
fail("Expected PERMISSION_DENIED");
7071
} catch (Exception e) {
7172
// specifically validate the permission denied error message
7273
System.out.println("exception " + e.getMessage());

0 commit comments

Comments
 (0)