We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e793a96 commit 36ea1b1Copy full SHA for 36ea1b1
core/src/test/java/org/springframework/security/authorization/method/ExpressionUtilsTests.java
@@ -64,7 +64,7 @@ public AuthorizationDecision returnDecision() {
64
}
65
66
public Object throwException() {
67
- throw new AuthorizationDeniedException("denied");
+ throw new AuthorizationDeniedException("denied", new AuthorizationDecision(false));
68
69
70
public boolean returnResult() {
0 commit comments