mirror of
https://github.com/labstack/echo.git
synced 2025-06-25 00:47:01 +02:00
@ -592,14 +592,14 @@ func TestRouterAPI(t *testing.T) {
|
|||||||
}
|
}
|
||||||
return nil
|
return nil
|
||||||
}, nil)
|
}, nil)
|
||||||
|
// Reset params
|
||||||
|
params = make(Params, 5)
|
||||||
c := &Context{params: params}
|
c := &Context{params: params}
|
||||||
h, _ := r.Find(route.method, route.path, params)
|
h, _ := r.Find(route.method, route.path, params)
|
||||||
if h == nil {
|
if h == nil {
|
||||||
t.Fatalf("handler not found, method=%s, path=%s", route.method, route.path)
|
t.Fatalf("handler not found, method=%s, path=%s", route.method, route.path)
|
||||||
}
|
}
|
||||||
h(c)
|
h(c)
|
||||||
// Reset params
|
|
||||||
params = make(Params, 5)
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user