Skip to content

Commit

Permalink
Fix test 2
Browse files Browse the repository at this point in the history
  • Loading branch information
jonatascastro12 committed Aug 22, 2023
1 parent 24f8128 commit 5a79be5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_users.py
Original file line number Diff line number Diff line change
Expand Up @@ -372,5 +372,5 @@ def test_send_magic_auth_code(
response = self.users.send_magic_auth_code(email=email)

assert url[0].endswith("users/magic_auth/send")
assert request["json"]["email"] == email
assert request["json"]["email_address"] == email
assert response["id"] == "auth_challenge_01E4ZCR3C56J083X43JQXF3JK5"

0 comments on commit 5a79be5

Please sign in to comment.