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/02/26 02:29:03 UTC

[incubator-openwhisk-cli] branch master updated: Fix User Agent Test

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


The following commit(s) were added to refs/heads/master by this push:
     new 6349a5b  Fix User Agent Test
6349a5b is described below

commit 6349a5b25d6cf742b3036fef6932b98c676daa8f
Author: dubeejw <jw...@us.ibm.com>
AuthorDate: Sun Feb 25 16:24:49 2018 -0500

    Fix User Agent Test
---
 tests/src/test/scala/whisk/core/cli/test/WskBasicUsageTests.scala | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/src/test/scala/whisk/core/cli/test/WskBasicUsageTests.scala b/tests/src/test/scala/whisk/core/cli/test/WskBasicUsageTests.scala
index 62bcf63..22b8ab0 100644
--- a/tests/src/test/scala/whisk/core/cli/test/WskBasicUsageTests.scala
+++ b/tests/src/test/scala/whisk/core/cli/test/WskBasicUsageTests.scala
@@ -117,7 +117,7 @@ class WskBasicUsageTests extends TestHelpers with WskTestHelpers {
   }
 
   it should "include CLI user agent headers with outbound requests" in {
-    val stdout = wsk.cli(Seq("list", "--auth", wskprops.authKey) ++ wskprops.overrides, verbose = true).stdout
+    val stdout = wsk.cli(Seq("action", "list", "--auth", wskprops.authKey) ++ wskprops.overrides, verbose = true).stdout
     stdout should include regex (usrAgentHeaderRegEx)
   }
 

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