You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openwhisk.apache.org by du...@apache.org on 2018/03/20 22:31:34 UTC

[incubator-openwhisk-cli] branch master updated: Remove email addresses (#250)

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

dubeejw 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 6a82a5e  Remove email addresses (#250)
6a82a5e is described below

commit 6a82a5ea63d12430c5565eb4f74a037dc5cd5ad3
Author: James Dubee <jw...@us.ibm.com>
AuthorDate: Tue Mar 20 18:31:33 2018 -0400

    Remove email addresses (#250)
---
 notes.md                                                  | 2 +-
 tests/src/test/scala/whisk/core/cli/test/ApiGwTests.scala | 2 --
 2 files changed, 1 insertion(+), 3 deletions(-)

diff --git a/notes.md b/notes.md
index ff27d42..ac0e0e7 100644
--- a/notes.md
+++ b/notes.md
@@ -156,7 +156,7 @@ client changes:
 Get namespace contents:
 
 wsk namespace get --> GET /v1/namespaces/_
-wsk namespace get wilsonth@us.ibm.com --> GET /v1/namespaces/_/wilsonth--
+wsk namespace get namespace --> GET /v1/namespaces/_/user--
 
 Get list of namespaces available
 
diff --git a/tests/src/test/scala/whisk/core/cli/test/ApiGwTests.scala b/tests/src/test/scala/whisk/core/cli/test/ApiGwTests.scala
index 4bbe395..c9aa550 100644
--- a/tests/src/test/scala/whisk/core/cli/test/ApiGwTests.scala
+++ b/tests/src/test/scala/whisk/core/cli/test/ApiGwTests.scala
@@ -685,8 +685,6 @@ abstract class ApiGwTests extends BaseApiGwTests {
   }
 
   it should "verify successful creation of a new API using an action name using all allowed characters" in {
-    // Be aware: full action name is close to being truncated by the 'list' command
-    // e.g. /lime@us.ibm.com/CLI_APIGWTEST9a-c@t ion  is currently at the 40 char 'list' display max
     val testName = "CLI_APIGWTEST9"
     val testbasepath = "/" + testName + "_bp"
     val testrelpath = "/path"

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