From fa3b6a239025fe7c396b43ddce42889ad48524a4 Mon Sep 17 00:00:00 2001 From: vchikalkin Date: Wed, 18 Jan 2023 15:40:56 +0300 Subject: [PATCH] mocks: set default user akalinina --- apps/web/mocks/handlers.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/web/mocks/handlers.js b/apps/web/mocks/handlers.js index 15a2b83..67d0e49 100644 --- a/apps/web/mocks/handlers.js +++ b/apps/web/mocks/handlers.js @@ -27,7 +27,7 @@ const { URL_GET_USER, URL_CORE_FINGAP, URL_CRM_GRAPHQL } = getUrls(); export const handlers = [ rest.get(URL_GET_USER, (req, res, ctx) => { - return res(ctx.json(users.vchikalkin)); + return res(ctx.json(users.akalinina)); }), rest.post(URL_CORE_FINGAP, (req, res, ctx) => { return res(