diff --git a/doc/en/how-to/fixtures.rst b/doc/en/how-to/fixtures.rst index 14bf12cf9..b90b40619 100644 --- a/doc/en/how-to/fixtures.rst +++ b/doc/en/how-to/fixtures.rst @@ -631,6 +631,7 @@ Here's what that might look like: def receiving_user(mail_admin): user = mail_admin.create_user() yield user + user.clear_mailbox() mail_admin.delete_user(user)