change csits robots to expect 0 facts 41/121341/1
authorjhh <jorge.hernandez-herrero@att.com>
Thu, 13 May 2021 15:05:25 +0000 (10:05 -0500)
committerjhh <jorge.hernandez-herrero@att.com>
Thu, 13 May 2021 15:05:25 +0000 (10:05 -0500)
Issue-ID: POLICY-3257
Signed-off-by: jhh <jorge.hernandez-herrero@att.com>
Change-Id: Iaa68cff957c1e91fc5e6bf63c60d4012a34551f5

csit/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}