Add unit test for vfc-nfvo-wfengine-activiti-ext 49/15749/1
authorZhaoxing <meng.zhaoxing1@zte.com.cn>
Wed, 27 Sep 2017 01:14:16 +0000 (09:14 +0800)
committerZhaoxing <meng.zhaoxing1@zte.com.cn>
Wed, 27 Sep 2017 01:14:16 +0000 (09:14 +0800)
Change-Id: I91cdeeacd450486e6dc0c20355da24bd39111011
Issue-id:  VFC-454
Signed-off-by: Zhaoxing <meng.zhaoxing1@zte.com.cn>
activiti-extension/src/main/java/org/onap/workflow/activitiext/restservicetask/HighLevelRestApi.java

index 31001b7..5dd2071 100644 (file)
@@ -45,7 +45,7 @@ public class HighLevelRestApi {
         * @return
         */
        public static HttpResponseMessage invoke(String methodValue, String uri, String requestPayload, String acceptValue,
-                       String contentTypeValue) throws ActivitiException {
+                       String contentTypeValue) throws Exception {
 
                // complete uri
                uri = completeUri(uri);