Skip to content

Commit 0eb9dac

Browse files
Manjusha.SManjusha.S
Manjusha.S
authored and
Manjusha.S
committed
Merging 3.10.1 master back to develop | Admin Credentials being output to console in WebAPIAuth
1 parent fbc50cf commit 0eb9dac

File tree

1 file changed

+0
-2
lines changed
  • src/Magento/FunctionalTestingFramework/DataTransport/Auth

1 file changed

+0
-2
lines changed

src/Magento/FunctionalTestingFramework/DataTransport/Auth/WebApiAuth.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -119,8 +119,6 @@ public static function getAdminToken($username = null, $password = null)
119119
$message .= Tfa::isEnabled() ? ' and 2FA settings:' : ':' . PHP_EOL;
120120
} catch (TestFrameworkException $e) {
121121
}
122-
$message .= "username: {$login}" . PHP_EOL;
123-
$message .= "password: {$password}" . PHP_EOL;
124122
$message .= $errMessage;
125123
$context = ['url' => $authUrl];
126124
throw new FastFailException($message, $context);

0 commit comments

Comments
 (0)