From 222421d8f3b65dbe82245bf2f7aa7f6286d678c5 Mon Sep 17 00:00:00 2001 From: Christy Jacob Date: Thu, 19 Jan 2023 17:41:15 +0530 Subject: [PATCH] feat: update account codes --- tests/e2e/Services/Account/AccountConsoleClientTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/e2e/Services/Account/AccountConsoleClientTest.php b/tests/e2e/Services/Account/AccountConsoleClientTest.php index 9cf0ba68b4..69bb503428 100644 --- a/tests/e2e/Services/Account/AccountConsoleClientTest.php +++ b/tests/e2e/Services/Account/AccountConsoleClientTest.php @@ -52,7 +52,7 @@ class AccountConsoleClientTest extends Scope ]); $this->assertEquals($response['headers']['status-code'], 401); - $this->assertEquals($response['body']['type'], Exception::GENERAL_CODES_DISABLED); + $this->assertEquals($response['body']['type'], Exception::USER_INVALID_CODE); /** * Test for SUCCESS