Fix failing tests

release/0.12
Joe Chen 2023-02-25 13:35:28 +08:00
parent 01917975f9
commit 0d4cb74077
No known key found for this signature in database
GPG Key ID: 0BDE5280C552FF60
1 changed files with 0 additions and 1 deletions

View File

@ -20,7 +20,6 @@ func TestIsLocalHostname(t *testing.T) {
{hostname: "127.0.0.1", want: true},
{hostname: "::1", want: true},
{hostname: "0:0:0:0:0:0:0:1", want: true},
{hostname: "fuf.me", want: true},
{hostname: "127.0.0.95", want: true},
{hostname: "0.0.0.0", want: true},
{hostname: "192.168.123.45", want: true},