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 2018/01/27 19:55:58 UTC

[incubator-openwhisk-cli] 03/03: Fix test breakage...

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 44e3bfce770eb8f86fbf7449bd3752a0dbaa695e
Author: dubeejw <jw...@us.ibm.com>
AuthorDate: Sat Jan 27 12:24:41 2018 -0500

    Fix test breakage...
---
 tests/src/test/scala/whisk/core/cli/test/WskWebActionsTests.scala | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/tests/src/test/scala/whisk/core/cli/test/WskWebActionsTests.scala b/tests/src/test/scala/whisk/core/cli/test/WskWebActionsTests.scala
index 1a5976a..fc5daf0 100644
--- a/tests/src/test/scala/whisk/core/cli/test/WskWebActionsTests.scala
+++ b/tests/src/test/scala/whisk/core/cli/test/WskWebActionsTests.scala
@@ -36,11 +36,14 @@ import common.WhiskProperties
 import common.BaseWsk
 import common.WskProps
 import common.WskTestHelpers
+import common.SimpleExec
+
 import spray.json._
 import spray.json.DefaultJsonProtocol._
+
 import system.rest.RestUtil
+
 import whisk.common.PrintStreamLogging
-import whisk.common.SimpleExec
 import whisk.common.TransactionId
 import whisk.core.entity.Subject
 

-- 
To stop receiving notification emails like this one, please contact
csantanapr@apache.org.