mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-08-04 17:01:56 +02:00
removed the password
This commit is contained in:
parent
2fd84a9ae4
commit
013e566bcb
1 changed files with 0 additions and 2 deletions
|
@ -881,7 +881,6 @@ def create_test_user():
|
|||
email = "info@example.com"
|
||||
phone = "8003111234"
|
||||
title = "test title"
|
||||
password = "password"
|
||||
user = get_user_model().objects.create(
|
||||
username=username,
|
||||
first_name=first_name,
|
||||
|
@ -889,7 +888,6 @@ def create_test_user():
|
|||
email=email,
|
||||
phone=phone,
|
||||
title=title,
|
||||
password=password,
|
||||
)
|
||||
return user
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue