Skip to content

Commit 982e422

Browse files
committed
Updated role and permissions.
1 parent a78bedb commit 982e422

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

web-ui/src/components/checkin/documents/CheckinDocs.test.jsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,8 @@ const initialState = {
2828
id: '130u410234'
2929
},
3030
name: 'holmes',
31-
role: ['ADMIN'],
31+
role: ['PDL'],
32+
permissions: [{ permission: 'CAN_ADMINISTER_CHECKIN_DOCUMENTS' }],
3233
imageUrl:
3334
'https://upload.wikimedia.org/wikipedia/commons/7/74/SNL_MrBill_Doll.jpg'
3435
},

0 commit comments

Comments
 (0)