From 617f58b937094cb9733af685ff6b7b91833d4961 Mon Sep 17 00:00:00 2001 From: pwielebs Date: Tue, 21 Aug 2018 14:01:36 +0200 Subject: 2nd Fix for bug : MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 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 --- 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 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": { -- cgit 1.2.3-korg