From 0a00051d30184c94a666638f66f1d145df855995 Mon Sep 17 00:00:00 2001 From: horus_arch Date: Mon, 18 May 2015 14:38:35 +0200 Subject: Add tos, privacy policy, noscript alert and updated the mailgraph html. --- handler_test.go | 1 + 1 file changed, 1 insertion(+) (limited to 'handler_test.go') diff --git a/handler_test.go b/handler_test.go index 8bbf36a..87be720 100644 --- a/handler_test.go +++ b/handler_test.go @@ -104,6 +104,7 @@ func TestCreateNewEntryHandler(t *testing.T) { form.Set("ConfirmEmail", "createNewEntry@"+domain) form.Set("Password", "Password") form.Set("ConfirmPassword", "Password") + form.Set("Legal", "1") request, err := http.NewRequest("POST", "/create", strings.NewReader(form.Encode())) if err != nil { -- cgit v1.2.3