Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mikkonie committed Jan 24, 2025
1 parent e91eba9 commit 6ef79b8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions projectroles/tests/test_views_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,7 @@ def get_serialized_user(cls, user):
).order_by('email')
return {
'additional_emails': [e.email for e in add_emails],
'auth_type': user.get_auth_type(),
'email': user.email,
'is_superuser': user.is_superuser,
'name': user.name,
Expand Down

0 comments on commit 6ef79b8

Please sign in to comment.