We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 29183b7 commit ce61c5bCopy full SHA for ce61c5b
test/framework/src/test/java/org/elasticsearch/entitlement/runtime/policy/TestPolicyManagerTests.java
@@ -51,7 +51,7 @@ public void testReset() {
51
52
public void testIsTriviallyAllowed() {
53
assertTrue(policyManager.isTriviallyAllowed(String.class));
54
- assertTrue(policyManager.isTriviallyAllowed(org.junit.Test.class));
+ assertTrue(policyManager.isTriviallyAllowed(org.junit.Before.class));
55
assertTrue(policyManager.isTriviallyAllowed(PolicyManager.class));
56
57
assertFalse(policyManager.isTriviallyAllowed(getClass()));
0 commit comments