diff options
author | Lusheng Ji <lji@research.att.com> | 2018-05-16 04:23:34 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2018-05-16 04:23:34 +0000 |
commit | 66a071133ae4a56e5add6c6408a74e1d2b301a5e (patch) | |
tree | c9b0c8d7ecb0462edef43c16fae283d902b483ae /prh-app-server/src/test | |
parent | 1a754849c09d4dd3d4a7dab04f9bdd87fd638912 (diff) | |
parent | d65298c77307675e3d133753cad2f14cd8b5fbbd (diff) |
Merge "Correction of AAI Client configuration loading"
Diffstat (limited to 'prh-app-server/src/test')
-rw-r--r-- | prh-app-server/src/test/resources/prh_endpoints.json | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/prh-app-server/src/test/resources/prh_endpoints.json b/prh-app-server/src/test/resources/prh_endpoints.json index a67ee02b..0fe4b276 100644 --- a/prh-app-server/src/test/resources/prh_endpoints.json +++ b/prh-app-server/src/test/resources/prh_endpoints.json @@ -1,8 +1,8 @@ { "configs": { "aai": { - "aaiHttpClientConfiguration": { - "aaiHost": "", + "aaiClientConfiguration": { + "aaiHost": "localhost", "aaiHostPortNumber": 8080, "aaiIgnoreSSLCertificateErrors": true, "aaiProtocol": "https", @@ -14,7 +14,8 @@ "X-FromAppId": "prh", "X-TransactionId": "9999", "Accept": "application/json", - "Real-Time": "true" + "Real-Time": "true", + "Authorization": "Basic QUFJOkFBSQ==" } } }, |