feat: upgrade gin and fix
This commit is contained in:
@ -42,7 +42,7 @@ func FakeGinContext(fakeUri string, ctxData map[string]any) *gin.Context {
|
||||
RemoteAddr: "localhost",
|
||||
RequestURI: fakeUri,
|
||||
},
|
||||
Keys: map[string]any{},
|
||||
Keys: map[any]any{},
|
||||
}
|
||||
ctxReflectVal := reflect.ValueOf(ctx).Elem()
|
||||
field := ctxReflectVal.FieldByName("mu")
|
||||
|
Reference in New Issue
Block a user