add another privilege method for handling locked assets
This commit is contained in:
parent
58018d5d69
commit
38060cc0cb
3 changed files with 37 additions and 0 deletions
|
|
@ -32,6 +32,12 @@ my @simpleTests = (
|
|||
description => 'Insufficient Privileges',
|
||||
titleCode => 37,
|
||||
},
|
||||
{
|
||||
method => 'locked',
|
||||
status => 401,
|
||||
description => 'Insufficient Privileges',
|
||||
titleCode => 37,
|
||||
},
|
||||
{
|
||||
method => 'notMember',
|
||||
status => 400,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue