You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openwhisk.apache.org by mr...@apache.org on 2017/09/20 19:27:39 UTC

[incubator-openwhisk-wskdeploy] branch master updated: Correct the path of manifest.yaml for cloudant integration test (#525)

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

mrutkowski 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 8f7621d  Correct the path of manifest.yaml for cloudant integration test (#525)
8f7621d is described below

commit 8f7621d622a1d2501bad7f956664896014254754
Author: Vincent <sh...@us.ibm.com>
AuthorDate: Wed Sep 20 15:27:37 2017 -0400

    Correct the path of manifest.yaml for cloudant integration test (#525)
---
 tests/src/integration/cloudant/cloudant_test.go | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/tests/src/integration/cloudant/cloudant_test.go b/tests/src/integration/cloudant/cloudant_test.go
index d4b2829..85824e0 100644
--- a/tests/src/integration/cloudant/cloudant_test.go
+++ b/tests/src/integration/cloudant/cloudant_test.go
@@ -27,8 +27,6 @@ import (
 	"fmt"
 )
 
-var wskprops = common.GetWskprops()
-
 func TestCloudant(t *testing.T) {
 	wskprops := common.GetWskpropsFromEnvVars(common.BLUEMIX_APIHOST, common.BLUEMIX_NAMESPACE, common.BLUEMIX_AUTH)
 	err := common.ValidateWskprops(wskprops)
@@ -45,7 +43,7 @@ func TestCloudant(t *testing.T) {
 }
 
 var (
-	manifestPath = os.Getenv("GOPATH") + "/src/github.com/apache/incubator-openwhisk-wskdeploy/tests/src/integration/cloudant/manifest.yml"
+	manifestPath = os.Getenv("GOPATH") + "/src/github.com/apache/incubator-openwhisk-wskdeploy/tests/src/integration/cloudant/manifest.yaml"
 	deploymentPath = ""
 )
 

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