You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openwhisk.apache.org by cs...@apache.org on 2017/09/18 14:55:33 UTC

[incubator-openwhisk-cli] 05/16: Use the stale parameter on listing activations. (#2632)

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

csantanapr pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-openwhisk-cli.git

commit 38f4cdbb2c51773d2f984106b2349d78e64b2b11
Author: Christian Bickel <gi...@cbickel.de>
AuthorDate: Wed Aug 23 13:49:13 2017 +0200

    Use the stale parameter on listing activations. (#2632)
---
 tests/src/test/scala/system/basic/WskConsoleTests.scala | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/src/test/scala/system/basic/WskConsoleTests.scala b/tests/src/test/scala/system/basic/WskConsoleTests.scala
index 60a1dc0..1848733 100644
--- a/tests/src/test/scala/system/basic/WskConsoleTests.scala
+++ b/tests/src/test/scala/system/basic/WskConsoleTests.scala
@@ -72,7 +72,7 @@ class WskConsoleTests
                     val console = wsk.activation.console(10 seconds, since = duration)
                     println(console.stdout)
                     console.stdout should include(payload)
-        }
+            }
     }
 
     it should "show repeated activations" in withAssetCleaner(wskprops) {

-- 
To stop receiving notification emails like this one, please contact
"commits@openwhisk.apache.org" <co...@openwhisk.apache.org>.