Skip to content

Commit 22f511b

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 0eb9dac commit 22f511b

File tree

1 file changed

+1
-1
lines changed
  • src/Magento/FunctionalTestingFramework/DataTransport/Auth

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ public static function getAdminToken($username = null, $password = null)
113113
$errMessage = $e->getMessage();
114114
}
115115

116-
$message = 'Cannot retrieve API token with credentials. Please check the following configurations';
116+
$message = 'Cannot retrieve API token with credentials.';
117117
try {
118118
// No exception will ever throw from here
119119
$message .= Tfa::isEnabled() ? ' and 2FA settings:' : ':' . PHP_EOL;

0 commit comments

Comments
 (0)