diff options
author | Gaurav Agrawal <gaurav.agrawal@huawei.com> | 2019-04-16 12:00:40 +0530 |
---|---|---|
committer | Gaurav Agrawal <gaurav.agrawal@huawei.com> | 2019-04-17 13:52:11 +0530 |
commit | f98a2022690815ac159161f942950aac3b7ed9a6 (patch) | |
tree | d0775b90ff5e1939c9020d16457937c3d79a9b00 /restapi-call-node/provider/pom.xml | |
parent | a5fa2ea36c115aba01eb3328fd95a12dd654ed00 (diff) |
Restapicallnode with cookie based auth
Validate the cookie based auth feature of RestApiCallNode
Fix multipart form data test to stop server after completion to avoid impacting
other testcases
Change-Id: I221b668978abf630f35cbb213687a25cc0de8b79
Issue-ID: CCSDK-239
Signed-off-by: Gaurav Agrawal <gaurav.agrawal@huawei.com>
Diffstat (limited to 'restapi-call-node/provider/pom.xml')
-rwxr-xr-x | restapi-call-node/provider/pom.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/restapi-call-node/provider/pom.xml b/restapi-call-node/provider/pom.xml index 1f698eade..32089455f 100755 --- a/restapi-call-node/provider/pom.xml +++ b/restapi-call-node/provider/pom.xml @@ -93,4 +93,5 @@ <scope>test</scope> </dependency> </dependencies> + </project> |