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:
[email protected]
With regards,
Apache Git Services