Github user snoopdave commented on a diff in the pull request:

    https://github.com/apache/incubator-usergrid/pull/224#discussion_r28464642
  
    --- Diff: 
stack/rest/src/test/java/org/apache/usergrid/rest/management/ManagementResourceIT.java
 ---
    @@ -640,4 +644,63 @@ public void revokeToken() throws Exception {
             assertEquals( Status.OK, status );
         }
     
    +
    +    @Test
    +    public void validateExternalToken() throws Exception {
    +
    +        // set the Usergrid Central SSO URL becuase Tomcat port is 
dynamically assigned
    +
    +        String suToken = superAdminToken();
    +
    +        Map<String, String> props = new HashMap<String, String>();
    --- End diff --
    
    Need to unset this property when we are done


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

Reply via email to