From 251690c0a6b55dd3f9b4cd57fc6c20c2c9a23368 Mon Sep 17 00:00:00 2001 From: kameshsr Date: Fri, 17 Dec 2021 18:36:59 +0530 Subject: [PATCH] MOSIP-15286 Removed extra properties --- .../src/test/resources/application.properties | 4 ---- 1 file changed, 4 deletions(-) diff --git a/authentication/authentication-internal-service/src/test/resources/application.properties b/authentication/authentication-internal-service/src/test/resources/application.properties index 44ebf2d4722..5b2491142d2 100644 --- a/authentication/authentication-internal-service/src/test/resources/application.properties +++ b/authentication/authentication-internal-service/src/test/resources/application.properties @@ -794,17 +794,13 @@ ida-websub-idchange-remove-id-callback-relative-url=${server.servlet.context-pat ida-websub-idchange-deactivate-id-callback-relative-url=${server.servlet.context-path}/callback/idchange/deactivate_id/${ida-auth-partner-id} ida-websub-idchange-activate-id-callback-relative-url=${server.servlet.context-path}/callback/idchange/activate_id/${ida-auth-partner-id} ida-websub-hotlist-callback-relative-url=${server.servlet.context-path}/callback/hotlist -ida-websub-hotlist-callback-url=${mosipbox.public.url}${ida-websub-hotlist-callback-relative-url} - ida-websub-auth-type-callback-relative-url=${server.servlet.context-path}/callback/authTypeCallback/${ida-auth-partner-id} -ida-websub-auth-type-callback-url=${mosipbox.public.url}${ida-websub-auth-type-callback-relative-url} ida-websub-masterdata-templates-callback-relative-url= ida-websub-masterdata-titles-callback-relative-url= ida-websub-ca-cert-callback-relative-url= # Callback url for MISP/Partner change notification events -ida-websub-partner-service-callback-url=${mosipbox.public.url}${server.servlet.context-path}/callback/partnermanagement/{eventType} ida-websub-partner-service-apikey-approved-callback-relative-url=${server.servlet.context-path}/callback/partnermanagement/apikey_approved ida-websub-partner-service-partner-updated-callback-relative-url=${server.servlet.context-path}/callback/partnermanagement/partner_updated ida-websub-partner-service-policy-updated-callback-relative-url=${server.servlet.context-path}/callback/partnermanagement/policy_updated