Skip to content

Commit e2ff1d6

Browse files
committed
calm down autofix copilot
1 parent 201ae09 commit e2ff1d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/unit/lib/cloud_controller/blobstore/storage_cli/storage_cli_client_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@ def build_client(resource_type)
227227
cfg = {
228228
'provider' => 'aliyun',
229229
'access_key_id' => 'ali-id',
230-
'access_key_secret' => 'ali-secret',
230+
'access_key_secret' => '[redacted]',
231231
'endpoint' => 'oss-example.aliyuncs.com',
232232
'bucket_name' => 'ali-bucket'
233233
}

0 commit comments

Comments
 (0)