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);