Commit d7f366d2 authored by Jai Bhagat's avatar Jai Bhagat
Browse files

refact: update mirage factory for edit and delete perms on path for testing

parent bb40d09d
Branches unavailable
No related merge requests found
Showing with 1 addition and 1 deletion
+1 -1
...@@ -59,7 +59,7 @@ node { ...@@ -59,7 +59,7 @@ node {
Capabilities: ['list', 'create'], Capabilities: ['list', 'create'],
}, },
'Path "blue/berkshire"': { 'Path "blue/berkshire"': {
Capabilities: ['create'], Capabilities: ['list', 'create', 'edit', 'delete'],
}, },
}, },
}, },
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment