user tenant_id
This commit is contained in:
@@ -191,7 +191,6 @@ impl TestApp {
|
||||
id: Uuid::new_v4(),
|
||||
username,
|
||||
password_hash,
|
||||
tenant_id,
|
||||
};
|
||||
diesel::insert_into(backend::schema::users::table)
|
||||
.values(&user)
|
||||
|
||||
Reference in New Issue
Block a user