From 338c218458d6a671dd754ee5c151517685376bd9 Mon Sep 17 00:00:00 2001 From: sebdet Date: Thu, 25 Apr 2019 12:33:31 +0200 Subject: Fix policy calls Fix policy calls so that the url is now right + update camel version to latest Issue-ID: CLAMP-357 Change-Id: Iffc83f53eb2361d7551b43b28c8e822fbf38c619 Signed-off-by: sebdet --- src/test/resources/application.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/test/resources/application.properties') diff --git a/src/test/resources/application.properties b/src/test/resources/application.properties index 9f711e3e..26e0b3b9 100644 --- a/src/test/resources/application.properties +++ b/src/test/resources/application.properties @@ -141,7 +141,7 @@ clamp.config.dcae.deployment.template=classpath:/clds/templates/dcae-deployment- # # # Configuration Settings for Policy Engine Components -clamp.config.policy.url=http://localhost:${docker.http-cache.port.host} +clamp.config.policy.url=http4://localhost:${docker.http-cache.port.host} clamp.config.policy.userName=test clamp.config.policy.password=test clamp.config.policy.pdpUrl1=http://localhost:${docker.http-cache.port.host}/pdp/ , testpdp, alpha123 -- cgit 1.2.3-korg