Skip to content

Commit fd95318

Browse files
committed
B2B-2134: [AWS S3] setup:config:set command is removing S3 configuration
Added new static changes
1 parent cfe0480 commit fd95318

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

app/code/Magento/RemoteStorage/Test/Unit/Setup/ConfigOptionsListTest.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,8 +71,7 @@ public function testValidate(array $input, bool $isDeploymentConfigExists, array
7171
->willReturn($isDeploymentConfigExists);
7272

7373
$isConnectionToBeTested = $isDeploymentConfigExists &&
74-
isset
75-
(
74+
isset(
7675
$input['remote-storage-region'],
7776
$input['remote-storage-bucket']
7877
);

0 commit comments

Comments
 (0)