Skip to content

Commit

Permalink
#189 : typo
Browse files Browse the repository at this point in the history
  • Loading branch information
yuriyz committed Apr 5, 2016
1 parent a9405d3 commit 78edcb7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ public void requestClientAssociate2(final String redirectUris, final String sect
assertTrue(scopes.contains("email"));
assertTrue(scopes.contains("profile"));
assertTrue(scopes.contains("phone"));
// assertTrue(scopes.contains("clientinfo"));
assertTrue(scopes.contains("clientinfo"));

clientId1 = response.getClientId();
registrationAccessToken1 = response.getRegistrationAccessToken();
Expand Down

0 comments on commit 78edcb7

Please sign in to comment.