Skip to content

Commit

Permalink
MODEXPW-488 - update permissions check
Browse files Browse the repository at this point in the history
  • Loading branch information
alekGbuz committed Sep 18, 2024
1 parent f781a76 commit 3e193b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/resources/mappings/permissionsSelfCheck.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
},
"response": {
"status": 200,
"body": "[\"users.item.get\", \"inventory.items.item.get\", \"inventory-storage.holdings.item.get\", \"inventory.instances.item.get\"]",
"body": "[\"users.item.get\", \"inventory.items.item.get\", \"inventory-storage.holdings.item.get\", \"inventory.instances.item.get\", \"bulk-edit.item.post\"]",
"headers": {
"Content-Type": "application/json"
}
Expand Down

0 comments on commit 3e193b0

Please sign in to comment.