Fix TestWhitelistAllowing
This commit is contained in:
parent
75511e6fbe
commit
2a9402b786
1 changed files with 1 additions and 1 deletions
|
|
@ -262,7 +262,7 @@ func TestMain(m *testing.M) {
|
|||
tls: true,
|
||||
proxyHandler: &Handler{
|
||||
ACL: []ACLRule{
|
||||
{Subjects: []string{"127.0.0.1"}, Allow: true},
|
||||
{Subjects: []string{"127.0.64.51"}, Allow: true},
|
||||
{Subjects: []string{"all"}, Allow: false},
|
||||
},
|
||||
AllowedPorts: []int{6451},
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue