Skip to content

Commit

Permalink
Merge pull request #64 from suisin-deriv/suisin/remove_hardcoded_secret
Browse files Browse the repository at this point in the history
Suisin/remove hardcoded secret
  • Loading branch information
matin-deriv committed May 5, 2023
2 parents 29f2f5f + 292ad69 commit cd15c91
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ describe('<CurrencySelector/>', () => {
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',
Expand Down Expand Up @@ -273,8 +273,8 @@ describe('<CurrencySelector/>', () => {
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',
Expand Down

0 comments on commit cd15c91

Please sign in to comment.