mirror of
https://github.com/gogs/gogs.git
synced 2026-01-27 17:49:20 +01:00
Fix failing tests
This commit is contained in:
@@ -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},
|
||||
|
||||
Reference in New Issue
Block a user