Skip to content

Commit 579c96d

Browse files
committed
MQE-1918: MFTF AWS Secrets Manager - Local Use
1 parent ffec377 commit 579c96d

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

dev/tests/unit/Magento/FunctionalTestFramework/DataGenerator/Handlers/SecretStorage/AwsSecretManagerStorageTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ public function testEncryptAndDecrypt()
3939

4040
$mockClient->expects($this->once())
4141
->method('__call')
42-
->willReturnCallback(function($name, $args) use ($result) {
42+
->willReturnCallback(function ($name, $args) use ($result) {
4343
return $result;
4444
});
4545

src/Magento/FunctionalTestingFramework/DataGenerator/Handlers/SecretStorage/AwsSecretManagerStorage.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,7 @@ private function parseAwsSecretResult($awsResult, $key)
132132
*
133133
* @param string $region
134134
* @param string $profile
135+
* @return void
135136
* @throws TestFrameworkException
136137
* @throws InvalidArgumentException
137138
*/

0 commit comments

Comments
 (0)