This is an automated email from the ASF dual-hosted git repository.
dubeejw pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-openwhisk-cli.git
The following commit(s) were added to refs/heads/master by this push:
new 11bdd0e update test case for change in client-go (#419)
11bdd0e is described below
commit 11bdd0e69c4cf51e51dfc7cbf8c2dace829f4942
Author: David Grove <[email protected]>
AuthorDate: Wed Mar 6 17:44:48 2019 -0500
update test case for change in client-go (#419)
openwhisk-client-go is now validating X509 certificates when
they are loaded, so we have to provide files that actually are
a valid cert/key pair for this test cases to pass.
---
.../scala/org/apache/openwhisk/core/cli/test/WskConfigTests.scala | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git
a/tests/src/test/scala/org/apache/openwhisk/core/cli/test/WskConfigTests.scala
b/tests/src/test/scala/org/apache/openwhisk/core/cli/test/WskConfigTests.scala
index 2c8294f..a7e55be 100644
---
a/tests/src/test/scala/org/apache/openwhisk/core/cli/test/WskConfigTests.scala
+++
b/tests/src/test/scala/org/apache/openwhisk/core/cli/test/WskConfigTests.scala
@@ -392,9 +392,9 @@ class WskConfigTests extends TestHelpers with
WskTestHelpers {
"--auth",
"testKey",
"--cert",
- "cert.pem",
+ wskprops.cert,
"--key",
- "key.pem",
+ wskprops.key,
"--apihost",
"openwhisk.ng.bluemix.net",
"--apiversion",