added test case

This commit is contained in:
David Kennedy 2023-11-08 12:50:09 -05:00
parent d3a3565336
commit b84fdedc40
No known key found for this signature in database
GPG key ID: 6528A5386E66B96B
3 changed files with 66 additions and 41 deletions

View file

@ -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,
)