fix follower account email
Should be a valid email, but I guess Forgejo is stricter than that
This commit is contained in:
parent
1c3bd75c82
commit
635a5b55dd
|
@ -41,7 +41,7 @@ async fn follow() {
|
||||||
|
|
||||||
let option = CreateUserOption {
|
let option = CreateUserOption {
|
||||||
created_at: None,
|
created_at: None,
|
||||||
email: "follower@testing".into(),
|
email: "follower@no-reply.example.org".into(),
|
||||||
full_name: None,
|
full_name: None,
|
||||||
login_name: None,
|
login_name: None,
|
||||||
must_change_password: Some(false),
|
must_change_password: Some(false),
|
||||||
|
|
Loading…
Reference in a new issue