We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e5654af commit 28bb07aCopy full SHA for 28bb07a
1 file changed
google-cloud-spanner/src/test/java/com/google/cloud/spanner/connection/it/ITMutableCredentialsTest.java
@@ -48,9 +48,6 @@
48
public class ITMutableCredentialsTest extends ITAbstractSpannerTest {
49
private static final String INVALID_KEY_FILE =
50
ITMutableCredentialsTest.class.getResource("test-key.json").getPath();
51
- /*private static final String VALID_KEY_FILE =
52
- ITMutableCredentialsTest.class.getResource("test-key-cloud-storage.json").getPath();
53
-*/
54
55
@Test
56
public void testMutableCredentialsUpdateAuthorizationForRunningClient() throws IOException {
0 commit comments