浏览代码

Fix failing tests

Joe Chen 2 年之前
父节点
当前提交
0d4cb74077
共有 1 个文件被更改,包括 0 次插入1 次删除
  1. 0 1
      internal/netutil/netutil_test.go

+ 0 - 1
internal/netutil/netutil_test.go

@@ -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},