Skip to content

Commit

Permalink
fixed incorrect params
Browse files Browse the repository at this point in the history
  • Loading branch information
malay5 committed Oct 25, 2023
1 parent 636d2ae commit a7550e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Storage/Device/IBMCloudObjectTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ protected function init(): void
$secret = $_SERVER['CEPH_SECRET'] ?? '';
$bucket = 'storage-test';

$this->object = new IBMCloudObject($this->root, $key, $secret, $bucket, Linode::AP_SOUTH_1, Linode::ACL_PRIVATE);
$this->object = new IBMCloudObject($this->root, $key, $secret, $bucket, IBMCloudObject::AP_SOUTH_1, IBMCloudObject::ACL_PRIVATE);
}

protected function getAdapterName(): string
Expand Down

0 comments on commit a7550e4

Please sign in to comment.