chore: update linter
This commit is contained in:
parent
e2a9caf760
commit
39b0077725
8 changed files with 10 additions and 4 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue