We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 201ae09 commit e2ff1d6Copy full SHA for e2ff1d6
spec/unit/lib/cloud_controller/blobstore/storage_cli/storage_cli_client_spec.rb
@@ -227,7 +227,7 @@ def build_client(resource_type)
227
cfg = {
228
'provider' => 'aliyun',
229
'access_key_id' => 'ali-id',
230
- 'access_key_secret' => 'ali-secret',
+ 'access_key_secret' => '[redacted]',
231
'endpoint' => 'oss-example.aliyuncs.com',
232
'bucket_name' => 'ali-bucket'
233
}
0 commit comments