mirror of
https://github.com/kataras/iris.git
synced 2025-12-18 02:17:05 +00:00
fix #2158 and more
This commit is contained in:
@@ -10,5 +10,5 @@ func TestResetCompressionAndFireError(t *testing.T) { // #1569
|
||||
app := newApp()
|
||||
|
||||
e := httptest.New(t, app)
|
||||
e.GET("/").Expect().Status(httptest.StatusBadRequest).Body().Equal("custom error")
|
||||
e.GET("/").Expect().Status(httptest.StatusBadRequest).Body().IsEqual("custom error")
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user