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/08/16 11:06:50 UTC

[GitHub] rabbah commented on a change in pull request #2619: Fix Illegal Header Warnings (WIP)

rabbah commented on a change in pull request #2619: Fix Illegal Header Warnings (WIP)
URL: https://github.com/apache/incubator-openwhisk/pull/2619#discussion_r133419568
 
 

 ##########
 File path: tests/src/test/scala/whisk/core/controller/test/WebActionsApiTests.scala
 ##########
 @@ -788,7 +788,6 @@ trait WebActionsApiTests extends ControllerTestCommon with BeforeAndAfterEach wi
 
                         m(s"$testRoutePath/$path") ~> Route.seal(routes(creds)) ~> check {
                             status should be(OK)
-                            header("content-type").get.toString shouldBe "content-type: application/json"
 
 Review comment:
   Ok - if we have other tests that assert the content type header, do we need the additional integration test?
 
----------------------------------------------------------------
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