mirror of
https://github.com/kataras/iris.git
synced 2025-12-18 18:37:05 +00:00
update dependencies
This commit is contained in:
@@ -204,7 +204,7 @@ func TestControllerMethodResultTypes(t *testing.T) {
|
||||
ContentType("text/html", "utf-8").
|
||||
Body().IsEqual("<b>internal server error</b>")
|
||||
|
||||
expectedResultFromCustomStruct := map[string]interface{}{
|
||||
expectedResultFromCustomStruct := map[string]any{
|
||||
"name": "Iris",
|
||||
"age": 2,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user