From 3a4dcb5af00b85ae3f48709dfa0f9d797e02aabd Mon Sep 17 00:00:00 2001 From: ToineSiebelink Date: Mon, 26 Aug 2024 17:10:03 +0100 Subject: Policy Executor and DMI WebClient configurations - separated dmi and policy executor http client configuration Issue-ID: CPS-2324 Change-Id: Ib4e757da188673e163abe6078dfd6ddae447eaab Signed-off-by: ToineSiebelink --- .../onap/cps/integration/functional/ncmp/DataJobResultServiceSpec.groovy | 1 - 1 file changed, 1 deletion(-) (limited to 'integration-test') diff --git a/integration-test/src/test/groovy/org/onap/cps/integration/functional/ncmp/DataJobResultServiceSpec.groovy b/integration-test/src/test/groovy/org/onap/cps/integration/functional/ncmp/DataJobResultServiceSpec.groovy index 241d31a642..4d04eeeb81 100644 --- a/integration-test/src/test/groovy/org/onap/cps/integration/functional/ncmp/DataJobResultServiceSpec.groovy +++ b/integration-test/src/test/groovy/org/onap/cps/integration/functional/ncmp/DataJobResultServiceSpec.groovy @@ -39,7 +39,6 @@ class DataJobResultServiceSpec extends CpsIntegrationSpecBase { when: 'the data job status checked' def result = dataJobResultService.getDataJobResult(authorization, dmiServiceName, dataProducerId, dataProducerJobId, destination) then: 'the status is that defined in the mock service.' - assert result != null assert result == '{ "result": "some result"}' } } -- cgit 1.2.3-korg