From dd53ac72f1745bb3c25c4407afddc56df0310d35 Mon Sep 17 00:00:00 2001 From: Taysuisin Date: Fri, 5 May 2023 14:35:17 +0800 Subject: [PATCH] chore: remove secret from currency-selector --- .../__tests__/currency-selector.spec.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/packages/account/src/Components/currency-selector/__tests__/currency-selector.spec.tsx b/packages/account/src/Components/currency-selector/__tests__/currency-selector.spec.tsx index cbaaa1a1fece..dd5fbd1d15bc 100644 --- a/packages/account/src/Components/currency-selector/__tests__/currency-selector.spec.tsx +++ b/packages/account/src/Components/currency-selector/__tests__/currency-selector.spec.tsx @@ -26,8 +26,8 @@ describe('', () => { is_virtual: 1, landing_company_shortcode: 'virtual', trading: {}, - token: 'a1-sLGGrhfYPkeEprxEop2T591cLKbuN', - email: 'test+qw@deriv.com', + token: '', + email: '', session_start: 1651059038, excluded_until: '', landing_company_name: 'virtual', @@ -273,8 +273,8 @@ describe('', () => { is_virtual: 1, landing_company_shortcode: 'svg', trading: {}, - token: 'a1-sLGGrhfYPkeEprxEop2T591cLKbuN', - email: 'test+qw@deriv.com', + token: '', + email: '', session_start: 1651059038, excluded_until: '', landing_company_name: 'svg',