Commit ba5ae877 authored by Nugine's avatar Nugine
Browse files

s3s-aws: it_aws: fix

parent 49acc9be
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -131,7 +131,7 @@ macro_rules! log_and_unwrap {
async fn test_list_buckets() -> Result<()> {
    let c = Client::new(config());
    let response1 = log_and_unwrap!(c.list_buckets().send().await);
    assert!(response1.buckets().is_empty());
    drop(response1);

    let bucket1 = format!("test-list-buckets-1-{}", Uuid::new_v4());
    let bucket1_str = bucket1.as_str();