Skip to content

Commit 87feeee

Browse files
committed
Update useGetEServiceConsumerActions.test.ts
1 parent 1994bee commit 87feeee

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/hooks/__tests__/useGetEServiceConsumerActions.test.ts

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,9 +76,10 @@ describe('useGetEServiceConsumerActions tests - actions', () => {
7676
id: 'test',
7777
state: 'ACTIVE',
7878
canBeUpgraded: false,
79-
consumerId: 'consumer-id',
79+
consumerId: 'organizationId',
8080
},
8181
],
82+
isSubscribed: true,
8283
})
8384

8485
const { result, history } = renderUseGetEServiceConsumerActionsHook(
@@ -104,7 +105,7 @@ describe('useGetEServiceConsumerActions tests - actions', () => {
104105
id: 'test',
105106
state: 'DRAFT',
106107
canBeUpgraded: false,
107-
consumerId: 'consumer-id',
108+
consumerId: 'organizationId',
108109
},
109110
],
110111
})

0 commit comments

Comments
 (0)