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

[GitHub] dubee closed pull request #250: Remove email addresses

dubee closed pull request #250: Remove email addresses
URL: https://github.com/apache/incubator-openwhisk-cli/pull/250
 
 
   

This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:

As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):

diff --git a/notes.md b/notes.md
index ff27d424..ac0e0e71 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 4bbe3957..c9aa5506 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"


 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services