Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
aeitzman committed Dec 1, 2023
1 parent a8b2f92 commit 616fb13
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1027,7 +1027,8 @@ public void exchangeExternalCredentialForAccessToken_throws() throws IOException
}

@Test
public void exchangeExternalCredentialForAccessToken_invalidImpersonatedCredentialsThrows() throws IOException {
public void exchangeExternalCredentialForAccessToken_invalidImpersonatedCredentialsThrows()
throws IOException {
GenericJson json = buildJsonIdentityPoolCredential();
json.put("service_account_impersonation_url", "https://iamcredentials.googleapis.com");
ExternalAccountCredentials credential =
Expand Down

0 comments on commit 616fb13

Please sign in to comment.