From 2a9402b78600e8797fc0f78d7fc90cb7b900923f Mon Sep 17 00:00:00 2001 From: Sergey Frolov Date: Sun, 28 Feb 2021 16:16:35 -0700 Subject: [PATCH] Fix TestWhitelistAllowing --- common_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common_test.go b/common_test.go index 5ede8cc..3f9a1bc 100644 --- a/common_test.go +++ b/common_test.go @@ -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},