Skip to content

Commit

Permalink
Merge pull request #13581 from AnuGayan/master-4.4.0
Browse files Browse the repository at this point in the history
Remove super.cleanUp
  • Loading branch information
RakhithaRR authored Oct 20, 2024
2 parents 3b6945d + b39e5c1 commit 365322f
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -532,7 +532,6 @@ public void destroy() throws Exception {
userManagementClient1.deleteUser(INTERNAL_CREATOR_USER);
userManagementClient1.deleteUser(INTERNAL_CREATOR_PUBLISHER_USER);
}
super.cleanUp();
}

@DataProvider
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -167,6 +167,5 @@ public List<OperationPolicyDTO> getPolicyList(String policyName, Map<String, Str
public void destroy() throws Exception {

restAPIPublisher.deleteAPI(apiId);
super.cleanUp();
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,6 @@ public void testCallUserInfoApiWithOpenIdJWTAccessToken() throws Exception {
@AfterClass(alwaysRun = true)
public void destroy() throws Exception {
restAPIStore.deleteApplication(applicationId);
super.cleanUp();
}

@DataProvider
Expand Down

0 comments on commit 365322f

Please sign in to comment.