Skip to content
This repository has been archived by the owner on Dec 23, 2019. It is now read-only.

Commit

Permalink
Introduce strict denying role cuba-platform/cuba#2493
Browse files Browse the repository at this point in the history
  • Loading branch information
subbotin committed Nov 15, 2019
1 parent 9d6d401 commit 1cb5426
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ class StrictlyDenyingRoleEntityControllerFT extends Specification {
UUID userId = createUser(dirtyData, sql,
userLogin, userPassword, groupId)

UUID roleId = createRole(dirtyData, sql, 'TestStrictDenyingRole', RoleType.STRICT_DENYING)
UUID roleId = createRole(dirtyData, sql, 'TestStrictDenyingRole', RoleType.STRICTLY_DENYING)

//access REST API
createPermission(dirtyData, sql, roleId, PermissionType.SPECIFIC, 'cuba.restApi.enabled', 1)
Expand Down

0 comments on commit 1cb5426

Please sign in to comment.