diff options
author | pwielebs <piotr.wielebski@nokia.com> | 2018-08-21 10:30:34 +0200 |
---|---|---|
committer | pwielebs <piotr.wielebski@nokia.com> | 2018-08-21 10:30:34 +0200 |
commit | f42037ad595e4c18e0ef83d8e2bd42a5e36dcda3 (patch) | |
tree | 1f292bf313b6e1e04c17f56ffe5f05385701785f /prh-app-server/config/prh_endpoints.json | |
parent | 5801f1f7469045d51c28174e795c3deed1d9250b (diff) |
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>
Diffstat (limited to 'prh-app-server/config/prh_endpoints.json')
-rw-r--r-- | prh-app-server/config/prh_endpoints.json | 2 |
1 files changed, 1 insertions, 1 deletions
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": { |