mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-08-23 17:51:03 +02:00
added test case
This commit is contained in:
parent
d3a3565336
commit
b84fdedc40
3 changed files with 66 additions and 41 deletions
|
@ -453,7 +453,7 @@ def create_user():
|
|||
p = "userpass"
|
||||
user = User.objects.create_user(
|
||||
username="staffuser",
|
||||
email="user@example.com",
|
||||
email="staff@example.com",
|
||||
is_staff=True,
|
||||
password=p,
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue