mrutkows commented on a change in pull request #476: Fixing the precedence order of retreiving credentials and adding unit tests URL: https://github.com/apache/incubator-openwhisk-wskdeploy/pull/476#discussion_r138753986
########## File path: tests/dat/deployment_validate_credentials.yaml ########## @@ -0,0 +1,11 @@ +# do not change or delete this file without changing deployers/whiskclient_test.go +# this is used for testing whiskclient functionality +application: + name: UnitTestCredentials + apiHost: sample.deployment.openwhisk.org + credential: sample-deployment-credential + namespace: sample-deployment-namespace + packages: + ValidateWhiskConfig: + actions: + helloworld: Review comment: add another empty line at the end please ---------------------------------------------------------------- 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
