mirror of
https://github.com/Hopiu/cookiecutter-django.git
synced 2026-05-11 06:03:09 +00:00
Updated test_forms.py to not check whether UserCreationForm has a clean_username() method
This commit is contained in:
parent
e0cf956fe2
commit
0a241a8f75
1 changed files with 0 additions and 1 deletions
|
|
@ -20,7 +20,6 @@ class TestUserCreationForm:
|
|||
)
|
||||
|
||||
assert form.is_valid()
|
||||
assert form.clean_username() == proto_user.username
|
||||
|
||||
# Creating a user.
|
||||
form.save()
|
||||
|
|
|
|||
Loading…
Reference in a new issue