Skip to content

Commit 3faa2fa

Browse files
committed
Add support for admin WebAPI token refresh
1 parent 3831461 commit 3faa2fa

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ public static function getAdminToken($username = null, $password = null)
130130
* Is there an existing WebAPI admin token for this login?
131131
*
132132
* @param string $login
133-
* @return bool
133+
* @return boolean
134134
*/
135135
private static function hasExistingToken(string $login)
136136
{

0 commit comments

Comments
 (0)