Skip to content

Commit b839fc8

Browse files
Add x-pack-ent-search module to OperatorPrivilegesIT
1 parent a245fdc commit b839fc8

File tree

1 file changed

+1
-0
lines changed
  • x-pack/plugin/security/qa/operator-privileges-tests/src/javaRestTest/java/org/elasticsearch/xpack/security/operator

1 file changed

+1
-0
lines changed

x-pack/plugin/security/qa/operator-privileges-tests/src/javaRestTest/java/org/elasticsearch/xpack/security/operator/OperatorPrivilegesIT.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ public class OperatorPrivilegesIT extends ESRestTestCase {
5555
.setting("xpack.security.operator_privileges.enabled", "true")
5656
.setting("path.repo", () -> repoDirectory.getRoot().getPath())
5757
.plugin("org.elasticsearch.xpack.security.operator.OperatorPrivilegesTestPlugin")
58+
.module("x-pack-ent-search")
5859
.rolesFile(Resource.fromClasspath("roles.yml"))
5960
.configFile("service_tokens", Resource.fromClasspath("service_tokens"))
6061
.configFile("operator_users.yml", Resource.fromClasspath("operator_users.yml"))

0 commit comments

Comments
 (0)