diff options
author | jhh <jorge.hernandez-herrero@att.com> | 2021-05-13 10:05:25 -0500 |
---|---|---|
committer | jhh <jorge.hernandez-herrero@att.com> | 2021-05-13 10:05:25 -0500 |
commit | a1415eec743404beca205e5f51a926afb80404b9 (patch) | |
tree | b839cd68fb90b4879c48366adea5d8396ae7da92 | |
parent | c5dd79b8a81f0557784d8bd9c22fd54fc05a65ed (diff) |
change csits robots to expect 0 facts
Issue-ID: POLICY-3257
Signed-off-by: jhh <jorge.hernandez-herrero@att.com>
Change-Id: Iaa68cff957c1e91fc5e6bf63c60d4012a34551f5
-rw-r--r-- | csit/tests/drools-applications-test.robot | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/csit/tests/drools-applications-test.robot b/csit/tests/drools-applications-test.robot index 627ae1b0c..cb04c23af 100644 --- a/csit/tests/drools-applications-test.robot +++ b/csit/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} |