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