1
0
Fork 0

chore: update linter

This commit is contained in:
Tom Moulard 2022-10-04 20:38:09 +02:00 committed by GitHub
parent e2a9caf760
commit 39b0077725
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
8 changed files with 10 additions and 4 deletions

View file

@ -481,7 +481,7 @@ func Test_addRoute(t *testing.T) {
},
},
{
desc: "Rule with not on multiple route with and and another not",
desc: "Rule with not on multiple route with and another not",
rule: `!(Host("tchouk") && !Path("/titi"))`,
expected: map[string]int{
"http://tchouk/titi": http.StatusOK,