mirror of
https://github.com/kataras/iris.git
synced 2026-01-10 21:45:57 +00:00
CI: minor: use the new exclude-paths (dependabot PR approved some days ago)
This commit is contained in:
@@ -145,7 +145,7 @@ func TestGroup(t *testing.T) {
|
||||
|
||||
t.Run("Walk", func(t *testing.T) {
|
||||
expectedEntries := 4
|
||||
_ = Walk(g, func(typ interface{}, err error) {
|
||||
_ = Walk(g, func(typ any, err error) {
|
||||
g.IncludeChildren = false
|
||||
childAPIErrorsGroup.IncludeChildren = false
|
||||
childAPIErrorsGroup2.IncludeChildren = false
|
||||
|
||||
Reference in New Issue
Block a user