You've already forked AstralRinth
forked from didirus/AstralRinth
Fix all tests (#3332)
This commit is contained in:
@@ -1,5 +1,4 @@
|
||||
use actix_http::StatusCode;
|
||||
use ariadne::{
|
||||
use crate::common::{
|
||||
api_common::{ApiProject, ApiTeams},
|
||||
database::{
|
||||
generate_random_name, ADMIN_USER_PAT, ENEMY_USER_ID_PARSED,
|
||||
@@ -10,6 +9,7 @@ use ariadne::{
|
||||
DummyImage, DummyOrganizationZeta, DummyProjectAlpha, DummyProjectBeta,
|
||||
},
|
||||
};
|
||||
use actix_http::StatusCode;
|
||||
use common::{
|
||||
api_v3::ApiV3,
|
||||
database::{FRIEND_USER_ID, FRIEND_USER_PAT, USER_USER_PAT},
|
||||
|
||||
Reference in New Issue
Block a user