Skip to content

Commit

Permalink
Merge pull request #48 from PropelAuth/pytest-fix-20230423
Browse files Browse the repository at this point in the history
pytest fix: add login_method to multi-role test
  • Loading branch information
mrmauer authored Apr 23, 2024
2 parents 42fc09c + d4146be commit fc9ab9e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/test_user_conversion.py
Original file line number Diff line number Diff line change
Expand Up @@ -290,6 +290,7 @@ def test_to_user_multi_role():
first_name,
last_name,
username,
login_method=UnknownLoginMethod(),
)

assert user == expected_user

0 comments on commit fc9ab9e

Please sign in to comment.