From: pwielebs Date: Tue, 21 Aug 2018 08:30:34 +0000 (+0200) Subject: Fix for bug: X-Git-Tag: 1.1.0~29 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F05%2F61505%2F1;p=dcaegen2%2Fservices%2Fprh.git Fix for bug: - PRH test fail - Cannot build AaiClientConfiguration, some of required attributes are not set [aaiIgnoreSslCertificateErrors] Change-Id: I591297562fd9105c98e9171e73a7fd7eb6fee3ae Issue-ID: DCAEGEN2-721 Signed-off-by: pwielebs --- diff --git a/prh-app-server/config/prh_endpoints.json b/prh-app-server/config/prh_endpoints.json index 429dac4a..6a284b2d 100644 --- a/prh-app-server/config/prh_endpoints.json +++ b/prh-app-server/config/prh_endpoints.json @@ -31,7 +31,7 @@ "aaiProtocol": "https", "aaiUserName": "AAI", "aaiUserPassword": "AAI", - "aaiIgnoreSSLCertificateErrors": true, + "aaiIgnoreSslCertificateErrors": true, "aaiBasePath": "/aai/v12", "aaiPnfPath": "/network/pnfs/pnf", "aaiHeaders": { diff --git a/prh-app-server/src/test/resources/prh_endpoints.json b/prh-app-server/src/test/resources/prh_endpoints.json index 84ad4fc8..7fd6f31e 100644 --- a/prh-app-server/src/test/resources/prh_endpoints.json +++ b/prh-app-server/src/test/resources/prh_endpoints.json @@ -4,7 +4,7 @@ "aaiClientConfiguration": { "aaiHost": "localhost", "aaiPort": 8080, - "aaiIgnoreSSLCertificateErrors": true, + "aaiIgnoreSslCertificateErrors": true, "aaiProtocol": "https", "aaiUserName": "AAI", "aaiUserPassword": "AAI",