Skip to content

Commit 977d5e8

Browse files
fix tests
1 parent 9577af9 commit 977d5e8

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

x-pack/plugin/esql/qa/server/mixed-cluster/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ apply plugin: org.elasticsearch.gradle.internal.precommit.TestingConventionsPrec
2323

2424
restResources {
2525
restApi {
26-
include '_common', 'bulk', 'get', 'indices', 'esql', 'xpack', 'enrich', 'cluster', 'capabilities'
26+
include '_common', 'bulk', 'get', 'indices', 'esql', 'xpack', 'enrich', 'cluster', 'capabilities', 'index'
2727
}
2828
restTests {
2929
includeXpack 'esql'

x-pack/plugin/esql/qa/server/multi-node/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ tasks.named('javaRestTest') {
2828

2929
restResources {
3030
restApi {
31-
include '_common', 'bulk', 'get', 'indices', 'esql', 'xpack', 'enrich', 'cluster', 'capabilities'
31+
include '_common', 'bulk', 'get', 'indices', 'esql', 'xpack', 'enrich', 'cluster', 'capabilities', 'index'
3232
}
3333
restTests {
3434
includeXpack 'esql'

x-pack/plugin/esql/qa/server/single-node/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ dependencies {
3434

3535
restResources {
3636
restApi {
37-
include '_common', 'bulk', 'get', 'indices', 'esql', 'xpack', 'enrich', 'cluster', 'capabilities'
37+
include '_common', 'bulk', 'get', 'indices', 'esql', 'xpack', 'enrich', 'cluster', 'capabilities', 'index'
3838
}
3939
restTests {
4040
includeXpack 'esql'

0 commit comments

Comments
 (0)