Skip to content

Commit

Permalink
fix formatting issues
Browse files Browse the repository at this point in the history
  • Loading branch information
RusJaI committed Nov 2, 2023
1 parent 31bd609 commit 685e3d4
Showing 1 changed file with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -54,10 +54,12 @@ public class DisableSecurityAndTryOutRESTResourceWithElkAnalyticsEnabledTestCase
private ITestContext ctx;

private ServerConfigurationManager serverConfigurationManager;

@BeforeClass(alwaysRun = true)
public void initialize(ITestContext ctx) throws APIManagerIntegrationTestException, XPathExpressionException, JSONException, ApiException, IOException, AutomationUtilException {
super.init();
public void initialize(ITestContext ctx) throws APIManagerIntegrationTestException, XPathExpressionException,
JSONException, ApiException, IOException, AutomationUtilException {

super.init();
serverConfigurationManager = new ServerConfigurationManager(superTenantKeyManagerContext);

serverConfigurationManager.applyConfiguration(new File(getAMResourceLocation()
Expand Down

0 comments on commit 685e3d4

Please sign in to comment.