From a1415eec743404beca205e5f51a926afb80404b9 Mon Sep 17 00:00:00 2001 From: jhh Date: Thu, 13 May 2021 10:05:25 -0500 Subject: change csits robots to expect 0 facts Issue-ID: POLICY-3257 Signed-off-by: jhh Change-Id: Iaa68cff957c1e91fc5e6bf63c60d4012a34551f5 --- csit/tests/drools-applications-test.robot | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'csit') 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} -- cgit 1.2.3-korg