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 <piotr.wielebski@nokia.com>
diff --git a/prh-app-server/config/prh_endpoints.json b/prh-app-server/config/prh_endpoints.json
index 429dac4..6a284b2 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": {