Skip to content

Commit

Permalink
Fix: Minor issues
Browse files Browse the repository at this point in the history
  • Loading branch information
BLasan committed Jun 15, 2023
1 parent f91ad87 commit b9e71d2
Show file tree
Hide file tree
Showing 3 changed files with 118 additions and 288 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2020, WSO2 Inc. (http://wso2.com) All Rights Reserved.
* Copyright (c) 2023, WSO2 LLC. (http://www.wso2.org) All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down Expand Up @@ -66,7 +66,7 @@ public void setEnvironment() throws Exception {
TestUserMode.SUPER_TENANT_ADMIN);
serverConfigurationManager = new ServerConfigurationManager(superTenantKeyManagerContext);
serverConfigurationManager.applyConfiguration(new File(
getAMResourceLocation() + File.separator + "operationPolicy"
getAMResourceLocation() + File.separator + "scopes"
+ File.separator + "deployment.toml"));
serverConfigurationManager.restartGracefully();
}
Expand Down

This file was deleted.

Loading

0 comments on commit b9e71d2

Please sign in to comment.