You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openwhisk.apache.org by dg...@apache.org on 2019/08/29 14:06:25 UTC

[openwhisk-runtime-nodejs] branch master updated: Rename method. (#149)

This is an automated email from the ASF dual-hosted git repository.

dgrove pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/openwhisk-runtime-nodejs.git


The following commit(s) were added to refs/heads/master by this push:
     new 60fbb32  Rename method. (#149)
60fbb32 is described below

commit 60fbb325d3efa0d86541414b2581172f619c9245
Author: rodric rabbah <ro...@gmail.com>
AuthorDate: Thu Aug 29 10:06:20 2019 -0400

    Rename method. (#149)
---
 .../scala/runtime/actionContainers/NodeJsActionContainerTests.scala     | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/src/test/scala/runtime/actionContainers/NodeJsActionContainerTests.scala b/tests/src/test/scala/runtime/actionContainers/NodeJsActionContainerTests.scala
index f96a94c..a3d493d 100644
--- a/tests/src/test/scala/runtime/actionContainers/NodeJsActionContainerTests.scala
+++ b/tests/src/test/scala/runtime/actionContainers/NodeJsActionContainerTests.scala
@@ -87,7 +87,7 @@ abstract class NodeJsActionContainerTests extends BasicActionRunnerTests with Ws
       """.stripMargin.trim)
   }
 
-  override val testEnvPartition = {
+  override val testEnvParameters = {
     // the environment variables are ready at load time to ensure
     // variables are already available in the runtime
     TestConfig("""