You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openwhisk.apache.org by da...@apache.org on 2017/09/11 02:47:17 UTC

[incubator-openwhisk-wskdeploy] branch master updated: fixing integration test, using correct action name (#469)

This is an automated email from the ASF dual-hosted git repository.

daisyguo pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-openwhisk-wskdeploy.git


The following commit(s) were added to refs/heads/master by this push:
     new 9868f1c  fixing integration test, using correct action name (#469)
9868f1c is described below

commit 9868f1caae1c987d913e59a9c409f5c5bf513ab0
Author: Priti Desai <pd...@us.ibm.com>
AuthorDate: Sun Sep 10 19:47:16 2017 -0700

    fixing integration test, using correct action name (#469)
---
 tests/src/integration/zipaction/deployment.yml | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/tests/src/integration/zipaction/deployment.yml b/tests/src/integration/zipaction/deployment.yml
index 2577d8c..bf3c0c1 100644
--- a/tests/src/integration/zipaction/deployment.yml
+++ b/tests/src/integration/zipaction/deployment.yml
@@ -2,10 +2,8 @@ application:
   name: wskdeploy-samples
   packages:
     zipaction:
-      name: cat
-      namespace: guest
       actions:
-        greeting:
+        cat:
           inputs:
             name: Bernie
             place: Vermont

-- 
To stop receiving notification emails like this one, please contact
['"commits@openwhisk.apache.org" <co...@openwhisk.apache.org>'].