Skip to main content

create_test_user

Function create_test_user 

Source
pub async fn create_test_user(
    db: &DatabaseConnection,
    email: &str,
    password: &str,
) -> Result<TestUser, AuthError>
Expand description

Create a user in the in-memory store.