fixed a test that was failing

This commit is contained in:
David Kennedy 2024-03-04 14:27:34 -05:00
parent 0171e57cef
commit 64c936b553
No known key found for this signature in database
GPG key ID: 6528A5386E66B96B

View file

@ -475,7 +475,6 @@ class AuditedAdminMockData:
def mock_user():
"""A simple user."""
user_kwargs = dict(
id=4,
first_name="Jeff",
last_name="Lebowski",
)