File tree Expand file tree Collapse file tree 1 file changed +0
-2
lines changed
client/transport/jsonrpc/src/test/java/io/a2a/client/transport/jsonrpc Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Original file line number Diff line number Diff line change @@ -380,7 +380,6 @@ public void testA2AClientGetAgentCard() throws Exception {
380380 Map <String , SecurityScheme > securitySchemes = agentCard .securitySchemes ();
381381 assertNotNull (securitySchemes );
382382 OpenIdConnectSecurityScheme google = (OpenIdConnectSecurityScheme ) securitySchemes .get ("google" );
383- assertEquals (OpenIdConnectSecurityScheme .OPENID_CONNECT , "openIdConnect" );
384383 assertEquals ("https://accounts.google.com/.well-known/openid-configuration" , google .openIdConnectUrl ());
385384 List <Map <String , List <String >>> security = agentCard .security ();
386385 assertEquals (1 , security .size ());
@@ -469,7 +468,6 @@ public void testA2AClientGetAuthenticatedExtendedAgentCard() throws Exception {
469468 Map <String , SecurityScheme > securitySchemes = agentCard .securitySchemes ();
470469 assertNotNull (securitySchemes );
471470 OpenIdConnectSecurityScheme google = (OpenIdConnectSecurityScheme ) securitySchemes .get ("google" );
472- assertEquals (OpenIdConnectSecurityScheme .OPENID_CONNECT , "openIdConnect" );
473471 assertEquals ("https://accounts.google.com/.well-known/openid-configuration" , google .openIdConnectUrl ());
474472 List <Map <String , List <String >>> security = agentCard .security ();
475473 assertEquals (1 , security .size ());
You can’t perform that action at this time.
0 commit comments