diff --git a/tests/e2e/Services/Account/AccountCustomClientTest.php b/tests/e2e/Services/Account/AccountCustomClientTest.php index f975bfb9c1..3ea8e2723b 100644 --- a/tests/e2e/Services/Account/AccountCustomClientTest.php +++ b/tests/e2e/Services/Account/AccountCustomClientTest.php @@ -2251,7 +2251,7 @@ class AccountCustomClientTest extends Scope \sleep(5); $smsRequest = $this->getLastRequest(); - var_dump($smsRequest); + return \array_merge($data, [ 'token' => $smsRequest['data']['secret'] ]);