Skip to content

Commit f0c2718

Browse files
committed
Allow EntitlementsDeniedNonModularIT
1 parent 4c1877b commit f0c2718

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libs/entitlement/qa/src/javaRestTest/java/org/elasticsearch/entitlement/qa/EntitlementsDeniedNonModularIT.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
public class EntitlementsDeniedNonModularIT extends AbstractEntitlementsIT {
1919

2020
@ClassRule
21-
public static EntitlementsTestRule testRule = new EntitlementsTestRule(false, null);
21+
public static EntitlementsTestRule testRule = new EntitlementsTestRule(false, ALWAYS_ALLOWED_TEST_ENTITLEMENTS);
2222

2323
public EntitlementsDeniedNonModularIT(@Name("actionName") String actionName) {
2424
super(actionName, false);

0 commit comments

Comments
 (0)