mirror of
https://gitee.com/dcren/initializr.git
synced 2025-09-18 17:48:14 +08:00
Remove charset parameter check on textual resources
Closes gh-236
This commit is contained in:
@@ -88,8 +88,6 @@ abstract class AbstractInitializrControllerIntegrationTests {
|
||||
def actual = response.headers.getContentType()
|
||||
assertTrue "Non compatible media-type, expected $expected, got $actual",
|
||||
actual.isCompatibleWith(expected)
|
||||
assertEquals 'All text content should be UTF-8 encoded',
|
||||
'UTF-8', actual.getParameter('charset')
|
||||
}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user