mirror of
https://github.com/kataras/iris.git
synced 2025-12-19 02:47:04 +00:00
minor
This commit is contained in:
@@ -90,7 +90,7 @@ func TestEmbeddingFilesIntoApp(t *testing.T) {
|
||||
|
||||
e.GET(url).Expect().
|
||||
Status(httptest.StatusOK).
|
||||
ContentType(u.contentType(), app.ConfigurationReadOnly().GetCharset()).
|
||||
ContentType(u.contentType()).
|
||||
Body().Equal(contents)
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user