summaryrefslogtreecommitdiff
path: root/handler_test.go
diff options
context:
space:
mode:
authorhorus_arch2015-05-18 14:38:35 +0200
committerhorus_arch2015-05-18 14:38:35 +0200
commit0a00051d30184c94a666638f66f1d145df855995 (patch)
tree5ff022fa171e590d1ee54d295a1e0be71f77faa1 /handler_test.go
parent1c88887b9fdc2ba05fc299745e23cb681d73683e (diff)
downloadfreemail-0a00051d30184c94a666638f66f1d145df855995.tar.gz
Add tos, privacy policy, noscript alert and updated the mailgraph html.
Diffstat (limited to 'handler_test.go')
-rw-r--r--handler_test.go1
1 files changed, 1 insertions, 0 deletions
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 {