diff options
Diffstat (limited to 'server_test.go')
| -rw-r--r-- | server_test.go | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/server_test.go b/server_test.go index 57d96c3..ba84bc7 100644 --- a/server_test.go +++ b/server_test.go @@ -5,10 +5,7 @@ import ( ) func TestCreateNewEntry(t *testing.T) { - if testing.Short() || !*testExternal { - t.Skip("Skipping test to avoid external network.") - } - err := CreateNewEntry("foobar@example.org", "password") + err := CreateNewEntry("foobar@localhost", "password") if err != nil { t.Fatal(err) } |
