Skip to content

Commit b786c08

Browse files
committed
Fixed skill name
1 parent 523015b commit b786c08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web-ui/src/components/edit_skills/EditSkillsCard.test.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ const initialState = {
2222
firstName: 'Current',
2323
lastName: 'User',
2424
role: ['MEMBER'],
25-
permissions: [{ permission: 'CAN_VIEW_SKILLS_REPORT' }],
25+
permissions: [{ permission: 'CAN_EDIT_SKILLS' }],
2626
imageUrl:
2727
'https://upload.wikimedia.org/wikipedia/commons/7/74/SNL_MrBill_Doll.jpg',
2828
memberProfile: currentUserProfile

0 commit comments

Comments
 (0)