Skip to content

Commit cfe0480

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

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,9 @@ public function testValidate(array $input, bool $isDeploymentConfigExists, array
7070
->method('getConfigData')
7171
->willReturn($isDeploymentConfigExists);
7272

73-
$isConnectionToBeTested = $isDeploymentConfigExists && isset(
73+
$isConnectionToBeTested = $isDeploymentConfigExists &&
74+
isset
75+
(
7476
$input['remote-storage-region'],
7577
$input['remote-storage-bucket']
7678
);

0 commit comments

Comments
 (0)