Skip to content

Commit

Permalink
Fixing security test
Browse files Browse the repository at this point in the history
  • Loading branch information
semancik committed Mar 14, 2017
1 parent b118df3 commit 8e08e06
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -2177,7 +2177,7 @@ public void test273AutzJackRedyAssignmentExceptionRules() throws Exception {
// WHEN
TestUtil.displayWhen(TEST_NAME);

assertReadAllow(10);
assertReadAllow(NUMBER_OF_ALL_USERS + 1);
assertAddDeny();
assertModifyDeny();
assertDeleteDeny();
Expand Down

0 comments on commit 8e08e06

Please sign in to comment.