From e6ac3d73e89c3d261b0f867f6bb2887232ee50c0 Mon Sep 17 00:00:00 2001 From: Torsten Dittmann Date: Fri, 2 Feb 2024 14:21:10 +0100 Subject: [PATCH] revert: var_dump --- tests/e2e/Services/Account/AccountCustomClientTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'] ]);