diff options
author | Toine Siebelink <toine.siebelink@est.tech> | 2021-12-14 16:23:49 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2021-12-14 16:23:49 +0000 |
commit | b7485757b6fd56c2b32cd90c5ad1d0b5bd7b3a6a (patch) | |
tree | 5a0a23677b83f27ffea2146049b45ed654a3518a /csit/tests | |
parent | f71738be13491a91f080c5bf8622c7be59701704 (diff) | |
parent | 82ebf531110deba98086f8f7cb9c745519bbc4f4 (diff) |
Merge "Changing putOperationWithJson to postOperationWithJson"
Diffstat (limited to 'csit/tests')
-rw-r--r-- | csit/tests/ncmp-passthrough/ncmp-passthrough.robot | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/csit/tests/ncmp-passthrough/ncmp-passthrough.robot b/csit/tests/ncmp-passthrough/ncmp-passthrough.robot index 51eabc87e9..1673baa601 100644 --- a/csit/tests/ncmp-passthrough/ncmp-passthrough.robot +++ b/csit/tests/ncmp-passthrough/ncmp-passthrough.robot @@ -100,7 +100,7 @@ Verify update to bookstore using passthrough-running did not remove category 02 Delete Bookstore using passthrough-running for Category 01 ${uri}= Set Variable ${ncmpBasePath}/v1/ch/PNFDemo/data/ds/ncmp-datastore:passthrough-running?resourceIdentifier=stores:bookstore/categories=01 ${headers}= Create Dictionary Content-Type=application/json Authorization=${auth} - ${response}= DELETE On Session CPS_URL ${uri} headers=${headers} data='' + ${response}= DELETE On Session CPS_URL ${uri} headers=${headers} data={} Should Be Equal As Strings ${response.status_code} 204 Verify delete to bookstore using passthrough-running removed only category 01 |