This commit is contained in:
Rachid Mrad 2023-12-13 15:41:18 -05:00
parent 4adeb6722b
commit 9c8ed1682b
No known key found for this signature in database
GPG key ID: EF38E4CEC4A8F3CF
4 changed files with 10 additions and 10 deletions

View file

@ -406,8 +406,8 @@ def mock_user():
"""A simple user."""
user_kwargs = dict(
id=4,
first_name="Rachid",
last_name="Mrad",
first_name="Jeff",
last_name="Lebowski",
)
mock_user, _ = User.objects.get_or_create(**user_kwargs)
return mock_user