Skip to content

Commit 2d5c3fe

Browse files
committed
validate which key is being used/deleted
1 parent c9d715b commit 2d5c3fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

auth/src/test/java/com/google/cloud/auth/samples/AuthExampleIT.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ public void testAuthApiKey() throws IOException, IllegalStateException {
7070
Key apiKey = null;
7171
try {
7272
apiKey = AuthTestUtils.createTestApiKey(projectId, keyDisplayName, service, method);
73-
assertNotNull(apiKey)
73+
assertNotNull(apiKey);
7474
System.out.println("created key " + apiKey.getKeyString());
7575
String output = ApiKeyAuthExample.authenticateUsingApiKey(apiKey.getKeyString());
7676

0 commit comments

Comments
 (0)