mirror of
https://github.com/rustfs/rustfs.git
synced 2026-08-23 12:49:04 +00:00
style: cargo fmt
This commit is contained in:
@@ -46,12 +46,7 @@ impl VaultKmsTestContext {
|
|||||||
start_kms(&env.base_env.url, &env.base_env.access_key, &env.base_env.secret_key).await?;
|
start_kms(&env.base_env.url, &env.base_env.access_key, &env.base_env.secret_key).await?;
|
||||||
|
|
||||||
// Wait for KMS to finish initialising.
|
// Wait for KMS to finish initialising.
|
||||||
super::common::wait_for_kms_ready(
|
super::common::wait_for_kms_ready(&env.base_env.url, &env.base_env.access_key, &env.base_env.secret_key).await?;
|
||||||
&env.base_env.url,
|
|
||||||
&env.base_env.access_key,
|
|
||||||
&env.base_env.secret_key,
|
|
||||||
)
|
|
||||||
.await?;
|
|
||||||
|
|
||||||
Ok(Self { env })
|
Ok(Self { env })
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user