You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openwhisk.apache.org by ho...@apache.org on 2017/08/26 03:06:13 UTC

[incubator-openwhisk-wskdeploy] 02/02: remove invalid package_credential from Package structure.

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

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

commit fdeeea1fd241b20be4079fec4eb6c3acd3d7b1f4
Author: Matt Rutkowski <mr...@us.ibm.com>
AuthorDate: Fri Aug 25 11:00:24 2017 -0500

    remove invalid package_credential from Package structure.
---
 parsers/yamlparser_test.go | 1 -
 1 file changed, 1 deletion(-)

diff --git a/parsers/yamlparser_test.go b/parsers/yamlparser_test.go
index c0a0cd5..b88195a 100644
--- a/parsers/yamlparser_test.go
+++ b/parsers/yamlparser_test.go
@@ -239,7 +239,6 @@ func TestParseDeploymentYAML_Package(t *testing.T) {
 		assert.Equal(t, "test_package", pkg_name, "Get package name failed.")
 		var pkg = deployment.Application.Packages[pkg_name]
 		assert.Equal(t, "http://abc.com/bbb", pkg.Function, "Get package function failed.")
-		assert.Equal(t, "12345678ABCDEF", pkg.PackageCredential, "Get package credential failed.")
 		assert.Equal(t, "/wskdeploy/samples/test", pkg.Namespace, "Get package namespace failed.")
 		assert.Equal(t, "12345678ABCDEF", pkg.Credential, "Get package credential failed.")
 		assert.Equal(t, 1, len(pkg.Inputs), "Get package input list failed.")

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