summaryrefslogtreecommitdiff
path: root/handler_test.go
diff options
context:
space:
mode:
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 {