Skip to content

Commit

Permalink
test fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
kurund committed Jul 19, 2024
1 parent 2858325 commit be368e9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/containers/Template/Template.test.helper.ts
Original file line number Diff line number Diff line change
Expand Up @@ -787,6 +787,7 @@ const getHSMTemplate = (id: string, status: string) => ({
isHsm: true,
isReserved: false,
label: 'Account Balance',
category: 'ACCOUNT_UPDATE',
language: { id: '1', label: 'English' },
shortcode: 'account_balance',
status,
Expand Down
4 changes: 4 additions & 0 deletions src/mocks/Template.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ export const TEMPLATE_MOCKS = [
label: 'Good message',
body: 'Hey there',
shortcode: 'test',
category: 'ACCOUNT_UPDATE',
isReserved: true,
status: 'APPROVED',
reason: 'test reason',
Expand Down Expand Up @@ -79,6 +80,7 @@ export const TEMPLATE_MOCKS = [
bspId: null,
label: 'Good message',
body: 'Hey there',
category: 'ACCOUNT_UPDATE',
shortcode: 'test',
isReserved: true,
isHsm: true,
Expand All @@ -105,6 +107,7 @@ export const TEMPLATE_MOCKS = [
bspId: null,
body: 'some description',
shortcode: 'test',
category: 'ACCOUNT_UPDATE',
isReserved: true,
isHsm: false,
isActive: true,
Expand Down Expand Up @@ -133,6 +136,7 @@ export const TEMPLATE_MOCKS = [
label: 'Good message',
bspId: null,
body: 'hi can you help!',
category: 'ACCOUNT_UPDATE',
shortcode: 'test',
isReserved: true,
isHsm: true,
Expand Down

0 comments on commit be368e9

Please sign in to comment.