You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cxf.apache.org by GitBox <gi...@apache.org> on 2020/03/05 18:17:09 UTC

[GitHub] [cxf] amarkevich commented on a change in pull request #646: CXF-8229 OAuth 2.0 Dynamic Client Registration: Client Update Request

amarkevich commented on a change in pull request #646: CXF-8229 OAuth 2.0 Dynamic Client Registration: Client Update Request
URL: https://github.com/apache/cxf/pull/646#discussion_r388473869
 
 

 ##########
 File path: systests/rs-security/src/test/java/org/apache/cxf/systest/jaxrs/security/oidc/OIDCDynamicRegistrationTest.java
 ##########
 @@ -237,17 +212,63 @@ public void testRegisterClientInitialAccessTokenCodeGrantTls() throws Exception
         assertEquals(200, wc.delete().getStatus());
     }
 
+    @org.junit.Test
+    public void testUpdateClient() throws Exception {
 
 Review comment:
   ok

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services