Skip to content

Commit

Permalink
Update sandbox test
Browse files Browse the repository at this point in the history
  • Loading branch information
logan-stytch committed Jul 20, 2023
1 parent fd7a88e commit 96e485e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/b2c/sandbox.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ describeIf(
"The magic link could not be authenticated because it was either already used or expired. Send another magic link to this user."
);
expect(err.error_url).toEqual(
"https://stytch.com/docs/api/errors/401/unable_to_auth_magic_link"
"https://stytch.com/docs/api/errors/401#unable_to_auth_magic_link"
);
});
});
Expand All @@ -75,7 +75,7 @@ describeIf(
"The magic link could not be authenticated, try sending another magic link to the user."
);
expect(err.error_url).toEqual(
"https://stytch.com/docs/api/errors/404/magic_link_not_found"
"https://stytch.com/docs/api/errors/404#magic_link_not_found"
);
});
});
Expand Down

0 comments on commit 96e485e

Please sign in to comment.