You've already forked AstralRinth
forked from didirus/AstralRinth
Organization ownership (#796)
* organization changes * changes * fixes failing test * version changes * removed printlns * add_team_member comes pre-accepted * no notification on force accept * fixes tests * merge fixes
This commit is contained in:
@@ -1051,8 +1051,10 @@ async fn add_user_to_team(
|
||||
assert!(resp.status().is_success());
|
||||
|
||||
// Accept invitation
|
||||
let resp = setup_api.join_team(team_id, user_pat).await;
|
||||
assert!(resp.status().is_success());
|
||||
setup_api.join_team(team_id, user_pat).await;
|
||||
// This does not check if the join request was successful,
|
||||
// as the join is not always needed- an org project + in-org invite
|
||||
// will automatically go through.
|
||||
}
|
||||
|
||||
async fn modify_user_team_permissions(
|
||||
|
||||
Reference in New Issue
Block a user