Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
jonatascastro12 committed Aug 22, 2023
1 parent 7639493 commit 24f8128
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 @@ -371,6 +371,6 @@ def test_send_magic_auth_code(

response = self.users.send_magic_auth_code(email=email)

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

0 comments on commit 24f8128

Please sign in to comment.