Skip to content

Commit

Permalink
Merge pull request #2365 from anuruddhal/2.x
Browse files Browse the repository at this point in the history
Remove data provider from test case
  • Loading branch information
anuruddhal authored Jan 11, 2018
2 parents 8b0003a + edc26db commit b3e92ac
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ public void testInvokeGETResourceWithSecuredEndPointPasswordOnlyNumbersAndLetter
}


@Test(groups = {"wso2.am"}, dataProvider = "SymbolCharacters", description = "Test the API with endpoint security" +
@Test(groups = {"wso2.am"}, description = "Test the API with endpoint security" +
" enabled with complex password",
dependsOnMethods = "testInvokeGETResourceWithSecuredEndPointPasswordOnlyNumbersAndLetters")
public void testInvokeGETResourceWithSecuredEndPointComplexPassword()
Expand Down

0 comments on commit b3e92ac

Please sign in to comment.