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/30 16:56:50 UTC

[GitHub] rabbah commented on a change in pull request #2444: Display CORS Headers for Non-Options Requests (Review)

rabbah commented on a change in pull request #2444: Display CORS Headers for Non-Options Requests (Review)
URL: https://github.com/apache/incubator-openwhisk/pull/2444#discussion_r125083843
 
 

 ##########
 File path: tests/src/test/scala/whisk/core/controller/test/WebActionsApiTests.scala
 ##########
 @@ -1131,13 +1131,18 @@ trait WebActionsApiTests extends ControllerTestCommon with BeforeAndAfterEach wi
             implicit val tid = transid()
             customOptions = false
 
-            Seq(s"$systemId/proxy/export_c.http").
+            Seq(s"$systemId/proxy/export_c.http", s"$systemId/proxy/export_c.json?a=b&c=d").
 
 Review comment:
   the query prams are not needed here - copy paste bug?
 
----------------------------------------------------------------
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