From 47297c051076ec5e0627c541b1b2486d1e807ddd Mon Sep 17 00:00:00 2001 From: Joe Chen Date: Tue, 2 Aug 2022 10:44:36 +0800 Subject: [PATCH] gofmt --- internal/netutil/netutil_test.go | 1 - 1 file changed, 1 deletion(-) diff --git a/internal/netutil/netutil_test.go b/internal/netutil/netutil_test.go index 404371d55..a12811b82 100644 --- a/internal/netutil/netutil_test.go +++ b/internal/netutil/netutil_test.go @@ -29,7 +29,6 @@ func TestIsLocalHostname(t *testing.T) { {hostname: "google.com", want: false}, {hostname: "165.232.140.255", want: false}, - {hostname: "192.168.123.45", allowlist: []string{"10.0.0.17"}, want: true}, // #11 {hostname: "gogs.local", allowlist: []string{"gogs.local"}, want: false}, // #12