Fix drools-apps csit test 68/121468/1
authorRam Krishna Verma <ram_krishna.verma@bell.ca>
Thu, 20 May 2021 21:42:36 +0000 (17:42 -0400)
committerRam Krishna Verma <ram_krishna.verma@bell.ca>
Thu, 20 May 2021 21:42:44 +0000 (17:42 -0400)
Issue-ID: POLICY-3257
Change-Id: I642a6148d81518658afe63118428b5e19314dd8c
Signed-off-by: Ram Krishna Verma <ram_krishna.verma@bell.ca>
csit/drools-applications/tests/drools-applications-test.robot

index 627ae1b..cb04c23 100644 (file)
@@ -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}