From: Ram Krishna Verma Date: Thu, 20 May 2021 21:42:36 +0000 (-0400) Subject: Fix drools-apps csit test X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=3b3d1dfc6274944c52434528da342f843e0044b5;p=policy%2Fdocker.git Fix drools-apps csit test Issue-ID: POLICY-3257 Change-Id: I642a6148d81518658afe63118428b5e19314dd8c Signed-off-by: Ram Krishna Verma --- diff --git a/csit/drools-applications/tests/drools-applications-test.robot b/csit/drools-applications/tests/drools-applications-test.robot index 627ae1b0..cb04c23a 100644 --- a/csit/drools-applications/tests/drools-applications-test.robot +++ b/csit/drools-applications/tests/drools-applications-test.robot @@ -203,7 +203,7 @@ VfwExecute VerifyController ${resp}= PeformGetRequest /policy/pdp/engine/controllers/usecases/drools/facts ${DROOLS_IP} 9696 200 - Should Be Equal As Strings ${resp.json()['usecases']} 1 + Should Be Equal As Strings ${resp.json()['usecases']} 0 PeformGetRequest [Arguments] ${url} ${hostname} ${port} ${expectedstatus}