wip: fix tests

This commit is contained in:
Prakhar Gurunani 2024-02-02 12:49:40 +05:30
parent b71b09aad5
commit 268939aa62

View File

@ -418,7 +418,7 @@ func TestTreeWildcardConflict(t *testing.T) {
{"/id:id", false},
{"/id/:id", false},
{"/static/*file", false},
{"/static/", false},
{"/static/", true},
}
testRoutes(t, routes)
}