fix: local test case
This commit is contained in:
parent
eb633c2ba4
commit
b4495687d3
|
|
@ -139,7 +139,7 @@ async fn admin_generate_link_and_user_sign_in_and_invite() {
|
|||
.unwrap();
|
||||
|
||||
assert_eq!(link_resp.email, user_email);
|
||||
link_resp.action_link
|
||||
link_resp.action_link.replacen("/gotrue", "", 1)
|
||||
};
|
||||
|
||||
// new user sign in with link,
|
||||
|
|
|
|||
Loading…
Reference in New Issue