diff options
author | Ram Krishna Verma <ram_krishna.verma@bell.ca> | 2021-05-20 17:42:36 -0400 |
---|---|---|
committer | Ram Krishna Verma <ram_krishna.verma@bell.ca> | 2021-05-20 17:42:44 -0400 |
commit | 3b3d1dfc6274944c52434528da342f843e0044b5 (patch) | |
tree | e6dbfe7c3a380e857e089c5f329e68295d3ab416 /csit/drools-applications/tests/drools-applications-test.robot | |
parent | 44ff5190c07bc27171a7c04f58f10bb6c0975e78 (diff) |
Fix drools-apps csit test
Issue-ID: POLICY-3257
Change-Id: I642a6148d81518658afe63118428b5e19314dd8c
Signed-off-by: Ram Krishna Verma <ram_krishna.verma@bell.ca>
Diffstat (limited to 'csit/drools-applications/tests/drools-applications-test.robot')
-rw-r--r-- | csit/drools-applications/tests/drools-applications-test.robot | 2 |
1 files changed, 1 insertions, 1 deletions
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} |