From 2bcccff7e2891f708cedc08cdbf969025d63019e Mon Sep 17 00:00:00 2001 From: ToineSiebelink Date: Thu, 19 Sep 2024 17:23:58 +0100 Subject: Policy Executor: handle errors - configurable default answer - apply default answer upon non 2xx response - delayed default webclient read timeout - add custom timeout method with original read timeout in seconds - apply default answer upon timeout - add integration test with short timeout error scenario Issue-ID: CPS-2412 Change-Id: I62527a27e426c2f01fda2182ebd2513242c29ac1 Signed-off-by: ToineSiebelink --- cps-ncmp-service/src/test/resources/application.yml | 1 + 1 file changed, 1 insertion(+) (limited to 'cps-ncmp-service/src/test/resources/application.yml') diff --git a/cps-ncmp-service/src/test/resources/application.yml b/cps-ncmp-service/src/test/resources/application.yml index c76831da74..df3375d5d0 100644 --- a/cps-ncmp-service/src/test/resources/application.yml +++ b/cps-ncmp-service/src/test/resources/application.yml @@ -83,6 +83,7 @@ ncmp: policy-executor: enabled: true + defaultDecision: "some default decision" server: address: http://localhost port: 8785 -- cgit 1.2.3-korg