Skip to content

Commit

Permalink
Remove super.cleanUp
Browse files Browse the repository at this point in the history
  • Loading branch information
AnuGayan committed Oct 20, 2024
1 parent b2e764c commit b39e5c1
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 b39e5c1

Please sign in to comment.