Skip to content

Commit

Permalink
fix testcase
Browse files Browse the repository at this point in the history
  • Loading branch information
tharindu1st committed Mar 18, 2020
1 parent 0610848 commit a4483c1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ public void loadConfiguration() throws Exception {
APIMIntegrationConstants.AM_KEY_MANAGER_INSTANCE,
TestUserMode.SUPER_TENANT_ADMIN);
serverConfigurationManager = new ServerConfigurationManager(superTenantKeyManagerContext);
serverConfigurationManager.applyConfigurationWithoutRestart(new File(getAMResourceLocation()
serverConfigurationManager.applyConfiguration(new File(getAMResourceLocation()
+ File.separator + "configFiles" + File.separator + "tokenTest" + File.separator
+ "urlSafeTokenTest" + File.separator + "deployment.toml"));
}
Expand Down

0 comments on commit a4483c1

Please sign in to comment.