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:
[email protected]


With regards,
Apache Git Services

Reply via email to