1
0
mirror of https://github.com/kataras/iris.git synced 2025-12-18 02:17:05 +00:00

publish v12.2.0-alpha6

This commit is contained in:
Gerasimos (Makis) Maropoulos
2022-02-18 22:19:33 +02:00
parent 4899fe95f4
commit 41026c9209
21 changed files with 984 additions and 284 deletions

View File

@@ -325,7 +325,7 @@ func TestControllerDependencies(t *testing.T) {
Body().Equal("kataras")
e.POST("/deep").Expect().Status(iris.StatusBadRequest).
Body().Equal("unexpected end of JSON input")
Body().Equal("EOF")
}
type testCtrl0 struct {