dubee commented on a change in pull request #420: Fix broken tests around API 
key changes
URL: 
https://github.com/apache/incubator-openwhisk-cli/pull/420#discussion_r263836866
 
 

 ##########
 File path: 
tests/src/test/scala/org/apache/openwhisk/core/cli/test/WskCliBasicUsageTests.scala
 ##########
 @@ -517,7 +517,11 @@ class WskCliBasicUsageTests extends TestHelpers with 
WskTestHelpers {
   it should "invoke an action using npm openwhisk" in 
withAssetCleaner(wskprops) { (wp, assetHelper) =>
     val name = "hello npm openwhisk"
     assetHelper.withCleaner(wsk.action, name, confirmDelete = false) { 
(action, _) =>
-      action.create(name, 
Some(TestUtils.getTestActionFilename("helloOpenwhiskPackage.js")), kind = 
Some("nodejs:8"))
+      action.create(
+        name,
 
 Review comment:
   Deleted that one.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to 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

Reply via email to