mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-03-25 09:28:27 +00:00
fix smoke test with security reference to renamed ilm
This commit is contained in:
parent
47a3e980b2
commit
457661e0da
@ -9,7 +9,7 @@ dependencies {
|
||||
task copyILMRestTests(type: Copy) {
|
||||
into project.sourceSets.test.output.resourcesDir
|
||||
from xpackProject('plugin').sourceSets.test.resources.srcDirs
|
||||
include 'rest-api-spec/test/index_lifecycle/**'
|
||||
include 'rest-api-spec/test/ilm/**'
|
||||
}
|
||||
|
||||
def clusterCredentials = [username: System.getProperty('tests.rest.cluster.username', 'test_user'),
|
||||
|
Loading…
x
Reference in New Issue
Block a user