fix: version update compatibility
This commit is contained in:
parent
8d9e119f70
commit
e7236c115d
|
|
@ -22,7 +22,7 @@ async fn sign_up_invalid_email() {
|
|||
assert_eq!(error.code, ErrorCode::OAuthError);
|
||||
assert_eq!(
|
||||
error.message,
|
||||
"Invalid request:Unable to validate email address: invalid format"
|
||||
"Unable to validate email address: invalid format"
|
||||
);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue