aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorpwielebs <piotr.wielebski@nokia.com>2018-08-21 14:01:36 +0200
committerpwielebs <piotr.wielebski@nokia.com>2018-08-21 14:01:36 +0200
commit617f58b937094cb9733af685ff6b7b91833d4961 (patch)
tree2deabe133288c661f860cb09ed658242e7ae7eb8
parent062d6042a235f96d7298a322495691ca8919fc54 (diff)
2nd Fix for bug :
- PRH test fail - Cannot build AaiClientConfiguration,    some of required attributes are not set    [aaiIgnoreSslCertificateErrors] Change-Id: I0a33b034576296d6daec9f4849aea539d7507d77 Issue-ID: DCAEGEN2-721 Signed-off-by: pwielebs <piotr.wielebski@nokia.com>
-rw-r--r--prh-app-server/config/prh_endpoints.json2
-rw-r--r--prh-app-server/src/test/resources/prh_endpoints.json2
2 files changed, 2 insertions, 2 deletions
diff --git a/prh-app-server/config/prh_endpoints.json b/prh-app-server/config/prh_endpoints.json
index 6a284b2d..1e57e05d 100644
--- a/prh-app-server/config/prh_endpoints.json
+++ b/prh-app-server/config/prh_endpoints.json
@@ -11,7 +11,7 @@
"dmaapContentType": "application/json",
"consumerId": "c12",
"consumerGroup": "OpenDcae-c12",
- "timeoutMS": -1,
+ "timeoutMs": -1,
"messageLimit": 1
},
"dmaapProducerConfiguration": {
diff --git a/prh-app-server/src/test/resources/prh_endpoints.json b/prh-app-server/src/test/resources/prh_endpoints.json
index 7fd6f31e..e088e2ae 100644
--- a/prh-app-server/src/test/resources/prh_endpoints.json
+++ b/prh-app-server/src/test/resources/prh_endpoints.json
@@ -31,7 +31,7 @@
"dmaapUserName": "admin",
"dmaapUserPassword": "admin",
"messageLimit": 1000,
- "timeoutMS": 1000
+ "timeoutMs": 1000
},
"dmaapProducerConfiguration": {
"dmaapContentType": "application/json",