diff --git a/rowers/tests.py b/rowers/tests.py index fb8a67fd..ce4ca872 100644 --- a/rowers/tests.py +++ b/rowers/tests.py @@ -307,6 +307,9 @@ class NewUserRegistrationTest(TestCase): 'password1':'aapindewei2', 'password2':'aapindewei2', 'tos':True, + 'weightcategory':'hwt', + 'sex':'male', + 'birthdate':datetime.datetime(year=1970,month=4,day=2) } form = RegistrationFormUniqueEmail(form_data)