Skip to content

Commit 2e1ca52

Browse files
committed
Lint fixes.
1 parent 94b613e commit 2e1ca52

5 files changed

Lines changed: 0 additions & 7 deletions

File tree

google-auth-library-java/oauth2_http/javatests/com/google/auth/oauth2/AwsCredentialsTest.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@
3232
package com.google.auth.oauth2;
3333

3434
import static com.google.auth.Credentials.GOOGLE_DEFAULT_UNIVERSE;
35-
import static org.junit.jupiter.api.Assertions.fail;
3635
import static org.junit.jupiter.api.Assertions.assertDoesNotThrow;
3736
import static org.junit.jupiter.api.Assertions.assertEquals;
3837
import static org.junit.jupiter.api.Assertions.assertNotNull;

google-auth-library-java/oauth2_http/javatests/com/google/auth/oauth2/ComputeEngineCredentialsTest.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@
3434
import static com.google.auth.oauth2.ComputeEngineCredentials.METADATA_RESPONSE_EMPTY_CONTENT_ERROR_MESSAGE;
3535
import static com.google.auth.oauth2.ImpersonatedCredentialsTest.SA_CLIENT_EMAIL;
3636
import static com.google.auth.oauth2.RegionalAccessBoundary.X_ALLOWED_LOCATIONS_HEADER_KEY;
37-
import static org.junit.jupiter.api.Assertions.fail;
3837
import static org.junit.jupiter.api.Assertions.assertArrayEquals;
3938
import static org.junit.jupiter.api.Assertions.assertEquals;
4039
import static org.junit.jupiter.api.Assertions.assertFalse;

google-auth-library-java/oauth2_http/javatests/com/google/auth/oauth2/ExternalAccountAuthorizedUserCredentialsTest.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@
3232
package com.google.auth.oauth2;
3333

3434
import static com.google.auth.Credentials.GOOGLE_DEFAULT_UNIVERSE;
35-
import static org.junit.jupiter.api.Assertions.fail;
3635
import static org.junit.jupiter.api.Assertions.assertEquals;
3736
import static org.junit.jupiter.api.Assertions.assertFalse;
3837
import static org.junit.jupiter.api.Assertions.assertNotEquals;
@@ -44,7 +43,6 @@
4443
import com.google.api.client.http.HttpTransport;
4544
import com.google.api.client.json.GenericJson;
4645
import com.google.api.client.testing.http.MockLowLevelHttpRequest;
47-
import com.google.api.client.util.Clock;
4846
import com.google.auth.TestUtils;
4947
import com.google.auth.http.AuthHttpConstants;
5048
import com.google.auth.http.HttpTransportFactory;

google-auth-library-java/oauth2_http/javatests/com/google/auth/oauth2/IdentityPoolCredentialsTest.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,6 @@
3535
import static com.google.auth.oauth2.MockExternalAccountCredentialsTransport.SERVICE_ACCOUNT_IMPERSONATION_URL;
3636
import static com.google.auth.oauth2.OAuth2Utils.JSON_FACTORY;
3737
import static org.junit.jupiter.api.Assertions.assertDoesNotThrow;
38-
import static org.junit.jupiter.api.Assertions.assertNull;
39-
import static org.junit.jupiter.api.Assertions.fail;
4038
import static org.junit.jupiter.api.Assertions.assertEquals;
4139
import static org.junit.jupiter.api.Assertions.assertNotNull;
4240
import static org.junit.jupiter.api.Assertions.assertNull;

google-auth-library-java/oauth2_http/javatests/com/google/auth/oauth2/ImpersonatedCredentialsTest.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@
3232
package com.google.auth.oauth2;
3333

3434
import static com.google.auth.oauth2.RegionalAccessBoundary.X_ALLOWED_LOCATIONS_HEADER_KEY;
35-
import static org.junit.jupiter.api.Assertions.fail;
3635
import static org.junit.jupiter.api.Assertions.assertArrayEquals;
3736
import static org.junit.jupiter.api.Assertions.assertEquals;
3837
import static org.junit.jupiter.api.Assertions.assertFalse;

0 commit comments

Comments
 (0)