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/09/01 19:20:13 UTC

[GitHub] drcariel commented on a change in pull request #2591: User-Agent CLI/version header

drcariel commented on a change in pull request #2591: User-Agent CLI/version header
URL: https://github.com/apache/incubator-openwhisk/pull/2591#discussion_r136648021
 
 

 ##########
 File path: tests/src/test/scala/whisk/core/cli/test/WskBasicUsageTests.scala
 ##########
 @@ -120,7 +120,7 @@ class WskBasicUsageTests
     }
 
     it should "include CLI user agent headers with outbound requests" in {
-        val stdout = wsk.cli(Seq("list"), verbose = true).stdout
+        val stdout = wsk.cli(Seq("list", "--auth", wskprops.authKey) ++ wskprops.overrides, verbose = true).stdout
         stdout should include regex ("""\bUser-Agent\b": \[\s+"CloudFunctions\-CLI/1.\d+.*""")
 
 Review comment:
   Testing something out, will change back shortly.
 
----------------------------------------------------------------
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