mirror of
https://github.com/gin-gonic/gin.git
synced 2025-10-16 13:22:09 +08:00
wip: fix tests
This commit is contained in:
parent
45d7a3b1ec
commit
b71b09aad5
@ -418,7 +418,6 @@ func TestTreeWildcardConflict(t *testing.T) {
|
|||||||
{"/id:id", false},
|
{"/id:id", false},
|
||||||
{"/id/:id", false},
|
{"/id/:id", false},
|
||||||
{"/static/*file", false},
|
{"/static/*file", false},
|
||||||
{"/static/", true},
|
|
||||||
{"/static/", false},
|
{"/static/", false},
|
||||||
}
|
}
|
||||||
testRoutes(t, routes)
|
testRoutes(t, routes)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user