Skip to content

Commit 7d8419a

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

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
@@ -70,8 +70,7 @@ public function testValidate(array $input, bool $isDeploymentConfigExists, array
7070
->method('getConfigData')
7171
->willReturn($isDeploymentConfigExists);
7272

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

0 commit comments

Comments
 (0)