Skip to content

Commit 6f87a23

Browse files
Yasasr1wso2-iam-bot
authored andcommitted
Address review comments.
1 parent cb97e8e commit 6f87a23

File tree

1 file changed

+2
-1
lines changed
  • components/org.wso2.carbon.identity.api.server.configs/org.wso2.carbon.identity.api.server.configs.v1/src/main/java/org/wso2/carbon/identity/api/server/configs/v1/core

1 file changed

+2
-1
lines changed

components/org.wso2.carbon.identity.api.server.configs/org.wso2.carbon.identity.api.server.configs.v1/src/main/java/org/wso2/carbon/identity/api/server/configs/v1/core/ServerConfigManagementService.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -451,7 +451,8 @@ public void deleteImpersonationConfiguration() {
451451
try {
452452
impersonationConfigMgtService.deleteImpersonationConfig(tenantDomain);
453453
} catch (ImpersonationConfigMgtException e) {
454-
throw handleImpersonationConfigException(e, Constants.ErrorMessage.ERROR_CODE_IMP_CONFIG_DELETE, null);
454+
throw handleImpersonationConfigException(e, Constants.ErrorMessage.ERROR_CODE_IMP_CONFIG_DELETE,
455+
tenantDomain);
455456
}
456457
}
457458

0 commit comments

Comments
 (0)