modified new user registration test to account for new fields
This commit is contained in:
@@ -307,6 +307,9 @@ class NewUserRegistrationTest(TestCase):
|
|||||||
'password1':'aapindewei2',
|
'password1':'aapindewei2',
|
||||||
'password2':'aapindewei2',
|
'password2':'aapindewei2',
|
||||||
'tos':True,
|
'tos':True,
|
||||||
|
'weightcategory':'hwt',
|
||||||
|
'sex':'male',
|
||||||
|
'birthdate':datetime.datetime(year=1970,month=4,day=2)
|
||||||
}
|
}
|
||||||
|
|
||||||
form = RegistrationFormUniqueEmail(form_data)
|
form = RegistrationFormUniqueEmail(form_data)
|
||||||
|
|||||||
Reference in New Issue
Block a user