Skip to content

Commit 86ffa9f

Browse files
ColinHarringtongraemerocher
authored andcommitted
Content-Type is not defaulted to text/html until the view layer
1 parent 6fd57ca commit 86ffa9f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

grails-test-suite-uber/src/test/groovy/org/grails/web/servlet/mvc/RenderDynamicMethodTests.groovy

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ class RenderDynamicMethodTests {
2424
controller.renderView()
2525

2626
assertEquals '/renderDynamicMethodTest/foo', controller.modelAndView.viewName
27-
assertEquals 'text/html;charset=utf-8', response.contentType
2827
}
2928

3029
@Test

0 commit comments

Comments
 (0)