Local cache lock (#5193)
This commit is contained in:
committed by
GitHub
parent
fa421b4b83
commit
2d7e87a4cb
@@ -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