mirror of
https://github.com/kataras/iris.git
synced 2026-01-04 10:47:20 +00:00
CI: minor: use the new exclude-paths (dependabot PR approved some days ago)
This commit is contained in:
@@ -107,7 +107,7 @@ func GetCustomTypedPtrNilEmptyResponse() *iris.Map {
|
||||
return nil
|
||||
}
|
||||
|
||||
func GetCustomMapNilEmptyResponse() map[string]interface{} {
|
||||
func GetCustomMapNilEmptyResponse() map[string]any {
|
||||
return nil
|
||||
}
|
||||
|
||||
@@ -172,7 +172,7 @@ func TestFuncResult(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