remove extra quote in healthcheck.properties 45/127445/1
authorjhh <jorge.hernandez-herrero@att.com>
Wed, 2 Mar 2022 16:00:38 +0000 (10:00 -0600)
committerjhh <jorge.hernandez-herrero@att.com>
Wed, 2 Mar 2022 16:00:38 +0000 (10:00 -0600)
Issue-ID: POLICY-3977
Signed-off-by: jhh <jorge.hernandez-herrero@att.com>
Change-Id: Idb01dba8b5d0acaf614e1c5c2199496c6e8244a6

feature-healthcheck/src/main/feature/config/feature-healthcheck.properties

index de4b8ac..dc7566b 100644 (file)
@@ -54,7 +54,7 @@ http.client.services.PDPX.userName=${envd:PDP_USERNAME}
 http.client.services.PDPX.password=${envd:PDP_PASSWORD}
 http.client.services.PDPX.https=${envd:HTTP_SERVER_HTTPS}
 http.client.services.PDPX.managed=true
-http.client.services.PDPX.contextUriPath=policy/pdpx/v1/healthcheck"
+http.client.services.PDPX.contextUriPath=policy/pdpx/v1/healthcheck
 
 liveness.controllers=${envd:LIVENESS_CONTROLLERS}
-liveness.controllers.timeout=${envd:LIVENESS_TIMEOUT_SECONDS:10}
\ No newline at end of file
+liveness.controllers.timeout=${envd:LIVENESS_TIMEOUT_SECONDS:10}