diff options
| author | horus_arch | 2015-05-18 14:38:35 +0200 |
|---|---|---|
| committer | horus_arch | 2015-05-18 14:38:35 +0200 |
| commit | 0a00051d30184c94a666638f66f1d145df855995 (patch) | |
| tree | 5ff022fa171e590d1ee54d295a1e0be71f77faa1 /handler_test.go | |
| parent | 1c88887b9fdc2ba05fc299745e23cb681d73683e (diff) | |
| download | freemail-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.go | 1 |
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 { |
