dubeejw commented on a change in pull request #2619: Fix Illegal Header
Warnings (WIP)
URL:
https://github.com/apache/incubator-openwhisk/pull/2619#discussion_r133279103
##########
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:
@rabbah, had to make this test a integration test as the content-type header
was being removed and failing this check in the unit 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:
[email protected]
With regards,
Apache Git Services