Skip to content

Commit 11bdd0e

Browse files
dgrove-ossdubee
authored andcommitted
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.
1 parent 151d6db commit 11bdd0e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/src/test/scala/org/apache/openwhisk/core/cli/test/WskConfigTests.scala

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -392,9 +392,9 @@ class WskConfigTests extends TestHelpers with WskTestHelpers {
392392
"--auth",
393393
"testKey",
394394
"--cert",
395-
"cert.pem",
395+
wskprops.cert,
396396
"--key",
397-
"key.pem",
397+
wskprops.key,
398398
"--apihost",
399399
"openwhisk.ng.bluemix.net",
400400
"--apiversion",

0 commit comments

Comments
 (0)