From d53456c6ed6aca042cb4180846e47295e66dffac Mon Sep 17 00:00:00 2001 From: Damodar Lohani Date: Tue, 17 Jan 2023 01:17:37 +0000 Subject: [PATCH] fix test --- tests/e2e/Services/Account/AccountCustomClientTest.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/e2e/Services/Account/AccountCustomClientTest.php b/tests/e2e/Services/Account/AccountCustomClientTest.php index 9971b1bca3..aadef9708f 100644 --- a/tests/e2e/Services/Account/AccountCustomClientTest.php +++ b/tests/e2e/Services/Account/AccountCustomClientTest.php @@ -40,6 +40,7 @@ class AccountCustomClientTest extends Scope 'provider' => $provider, 'appId' => $appId, 'secret' => $secret, + 'enabled' => true, ]); $this->assertEquals($response['headers']['status-code'], 200); @@ -496,6 +497,7 @@ class AccountCustomClientTest extends Scope 'provider' => $provider, 'appId' => $appId, 'secret' => $secret, + 'enabled' => true, ]); $this->assertEquals($response['headers']['status-code'], 200);