1
0
Fork 0

chore: update linter

This commit is contained in:
Ludovic Fernandez 2022-02-15 14:56:53 +01:00 committed by GitHub
parent 9e96089da6
commit 371b6e3c86
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
12 changed files with 5 additions and 14 deletions

View file

@ -126,7 +126,6 @@ func TestStripPrefix(t *testing.T) {
{
desc: "earlier prefix matching",
config: dynamic.StripPrefix{
Prefixes: []string{"/stat", "/stat/us"},
},
path: "/stat/us",