Skip to content

Commit

Permalink
Fix logger resource count in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
arunans23 committed Jun 25, 2024
1 parent 64aa778 commit ab97bfa
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ public class LogConfigsResourceTestCase extends ManagementAPITest {
@Test(groups = {"wso2.esb"}, description = "Test get Log Configs resource")
public void retrieveLogConfigs() throws IOException {
JSONObject jsonResponse = sendHttpRequestAndGetPayload(resourcePath);
verifyResourceCount(jsonResponse, 80);
verifyResourceCount(jsonResponse, 81);
verifyResourceInfo(jsonResponse, new String[]{"axis2Deployment", "Axis2SynapseController"});
}

Expand Down

0 comments on commit ab97bfa

Please sign in to comment.