You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@openwhisk.apache.org by GitBox <gi...@apache.org> on 2019/03/08 05:52:50 UTC

[GitHub] [incubator-openwhisk-cli] rabbah commented on a change in pull request #420: Fix broken tests around API key changes

rabbah 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_r263672173
 
 

 ##########
 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:
   This test in particular. 

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services