mrutkows commented on a change in pull request #256: Add zipaction integration
test cases.
URL:
https://github.com/apache/incubator-openwhisk-wskdeploy/pull/256#discussion_r120374766
##########
File path: tests/src/integration/zipaction/zipaction_test.go
##########
@@ -22,6 +23,6 @@ func TestZipAction(t *testing.T) {
}
var (
- manifestPath = os.Getenv("GOPATH") +
"/src/github.com/apache/incubator-openwhisk-wskdeploy/tests/src/integration/zipaction/manifest.yaml"
- deploymentPath = ""
+ manifestPath = os.Getenv("GOPATH") +
"/src/github.com/openwhisk/openwhisk-wskdeploy/tests/src/integration/zipaction/manifest.yml"
+ deploymentPath = os.Getenv("GOPATH") +
"/src/github.com/openwhisk/openwhisk-wskdeploy/tests/src/integration/zipaction/deployment.yml"
Review comment:
The path should reflect the new "apache" organization (i.e., repo. path).
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services