From f42037ad595e4c18e0ef83d8e2bd42a5e36dcda3 Mon Sep 17 00:00:00 2001 From: pwielebs Date: Tue, 21 Aug 2018 10:30:34 +0200 Subject: 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 --- prh-app-server/config/prh_endpoints.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'prh-app-server/config') 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": { -- cgit 1.2.3-korg