Skip to content

Commit

Permalink
Update get access token method name
Browse files Browse the repository at this point in the history
  • Loading branch information
Shenali-SJ committed Sep 5, 2024
1 parent ab09e0b commit fde81a8
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -207,8 +207,8 @@ public void atEnd() throws Exception {
jwtClaims = null;
}

@Test(groups = "wso2.is", description = "Get access token with client credentials grant")
public void testGetAccessTokenWithClientCredentialsGrant() throws Exception {
@Test(groups = "wso2.is", description = "Get access token with password grant")
public void testGetAccessTokenWithPasswordGrant() throws Exception {

List<NameValuePair> parameters = new ArrayList<>();
parameters.add(new BasicNameValuePair("grant_type", OAuth2Constant.OAUTH2_GRANT_TYPE_RESOURCE_OWNER));
Expand Down

0 comments on commit fde81a8

Please sign in to comment.