mirror of
https://github.com/kataras/iris.git
synced 2025-12-22 12:27:02 +00:00
Update to 6.0.7
This commit is contained in:
@@ -127,7 +127,7 @@ func TestContextURLParams(t *testing.T) {
|
||||
params := ctx.URLParams()
|
||||
ctx.JSON(iris.StatusOK, params)
|
||||
})
|
||||
e := httptest.New(iris.Default, t)
|
||||
e := httptest.New(iris.Default, t, httptest.Debug(true))
|
||||
|
||||
e.GET("/").WithQueryObject(passedParams).Expect().Status(iris.StatusOK).JSON().Equal(passedParams)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user