}, fakeRequest())), containsString("text/html"));
}
@Test
public void responseHeaders() {
Map<String, String> headers = headers(call(new MockJavaAction() {
//#response-headers
public Result index() {
response().setContentType("text/html");
response().setHeader(CACHE_CONTROL, "max-age=3600");
response().setHeader(ETAG, "xxx");