From 635a5b55dd8eff02c91a7c70ce6951c35e2b0667 Mon Sep 17 00:00:00 2001 From: Cyborus Date: Mon, 27 May 2024 13:09:01 -0400 Subject: fix follower account email Should be a valid email, but I guess Forgejo is stricter than that --- tests/user.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') diff --git a/tests/user.rs b/tests/user.rs index fb02088..9ca808d 100644 --- a/tests/user.rs +++ b/tests/user.rs @@ -41,7 +41,7 @@ async fn follow() { let option = CreateUserOption { created_at: None, - email: "follower@testing".into(), + email: "follower@no-reply.example.org".into(), full_name: None, login_name: None, must_change_password: Some(false), -- cgit v1.2.3