You've already forked AstralRinth
forked from didirus/AstralRinth
Misc v3 linear tasks (#767)
* v3_reroute 404 error * hash change * fixed issue with error conversion * added new model confirmation tests + title name change * renaming, fields * owner; test changes * clippy prepare * fmt * merge fixes * clippy * working merge * revs * merge fixes
This commit is contained in:
@@ -1018,7 +1018,11 @@ async fn create_dummy_project(setup_api: &ApiV3) -> (String, String) {
|
||||
.add_public_project(&slug, None, None, ADMIN_USER_PAT)
|
||||
.await;
|
||||
let project_id = project.id.to_string();
|
||||
let team_id = project.team.to_string();
|
||||
|
||||
let project = setup_api
|
||||
.get_project_deserialized(&project_id, ADMIN_USER_PAT)
|
||||
.await;
|
||||
let team_id = project.team_id.to_string();
|
||||
|
||||
(project_id, team_id)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user