File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
oauth2_http/javatests/com/google/auth/oauth2 Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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 );
You can’t perform that action at this time.
0 commit comments