You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@openwhisk.apache.org by gi...@git.apache.org on 2017/06/28 13:03:41 UTC

[GitHub] markusthoemmes commented on a change in pull request #2291: Add subject with a namespace.

markusthoemmes commented on a change in pull request #2291: Add subject with a namespace.
URL: https://github.com/apache/incubator-openwhisk/pull/2291#discussion_r124534050
 
 

 ##########
 File path: tests/src/test/scala/system/basic/WskBasicTests.scala
 ##########
 @@ -173,12 +171,10 @@ class WskBasicTests
                 (pkg, _) => pkg.create(name, parameters = paramInput)
             }
 
-            val expectedParam = JsObject(
-                "payload" -> JsString("test"))
-
-            val ns_regex_list = wsk.namespace.list().stdout.trim.replace('\n', '|')
+            val expectedParam = JsObject("payload" -> JsString("test"))
+            val ns = s""""${wsk.namespace.whois()}""""
 
 Review comment:
   Is this adding quotes around the string?
 
----------------------------------------------------------------
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