rabbah commented on a change in pull request #2591: User-Agent CLI/version header URL: https://github.com/apache/incubator-openwhisk/pull/2591#discussion_r136647084
########## 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: CloudFunctions? ---------------------------------------------------------------- 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: us...@infra.apache.org With regards, Apache Git Services