Skip to content

Commit c2e60bc

Browse files
committed
chore: Update test name
1 parent 7f60f56 commit c2e60bc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

oauth2_http/javatests/com/google/auth/oauth2/ServiceAccountCredentialsTest.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -977,7 +977,7 @@ public void idTokenWithAudience_iamFlow_targetAudienceDoesNotMatchAudClaim() thr
977977
}
978978

979979
@Test
980-
public void idTokenWithAudience_oauthEndpoint_non2XXError() throws IOException {
980+
public void idTokenWithAudience_oauthEndpoint_non2XXStatusCode() throws IOException {
981981
String universeDomain = "test.com";
982982
MockTokenServerTransportFactory transportFactory = new MockTokenServerTransportFactory();
983983
transportFactory.transport.setError(new IOException("404 Not Found"));
@@ -1000,7 +1000,7 @@ public void idTokenWithAudience_oauthEndpoint_non2XXError() throws IOException {
10001000
}
10011001

10021002
@Test
1003-
public void idTokenWithAudience_iamEndpoint_non2XXError() throws IOException {
1003+
public void idTokenWithAudience_iamEndpoint_non2XXStatusCode() throws IOException {
10041004
String universeDomain = "test.com";
10051005
MockIAMCredentialsServiceTransportFactory transportFactory =
10061006
new MockIAMCredentialsServiceTransportFactory(universeDomain);

0 commit comments

Comments
 (0)