forked from Ivasoft/traefik
refactor: fix typos.
refactor: typo in whitelister file name.
This commit is contained in:
committed by
Ludovic Fernandez
parent
18d11e02d0
commit
63f9bccf9f
@@ -36,7 +36,7 @@ func TestSplitAndTrimString(t *testing.T) {
|
||||
input: " foo ,, bar ",
|
||||
expected: []string{"foo", "bar"},
|
||||
}, {
|
||||
desc: "consecutive commas with witespace",
|
||||
desc: "consecutive commas with whitespace",
|
||||
input: " foo , , bar ",
|
||||
expected: []string{"foo", "bar"},
|
||||
}, {
|
||||
|
||||
Reference in New Issue
Block a user