mirror of
https://github.com/modrinth/code.git
synced 2026-08-27 01:54:47 +00:00
Local cache lock (#5193)
This commit is contained in:
@@ -1051,7 +1051,9 @@ async fn create_dummy_org(setup_api: &ApiV3) -> (String, String) {
|
||||
ADMIN_USER_PAT,
|
||||
)
|
||||
.await;
|
||||
assert!(resp.status().is_success());
|
||||
|
||||
println!("response: {:?}", resp.response(),);
|
||||
assert_eq!(resp.status(), StatusCode::OK);
|
||||
|
||||
let organization = setup_api
|
||||
.get_organization_deserialized(&slug, ADMIN_USER_PAT)
|
||||
|
||||
Reference in New Issue
Block a user