Reenable test for the new Elasticsearch Client.

Original Pull Request #2261
Closes #2260
This commit is contained in:
Peter-Josef Meisch 2022-08-07 20:33:07 +02:00 committed by GitHub
parent df5fd0b97c
commit 33c9180ccd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -41,4 +41,9 @@ public class CustomMethodRepositoryELCIntegrationTests extends CustomMethodRepos
return new IndexNameProvider("custom-method-repository");
}
}
@Override
public boolean newElasticsearchClient() {
return true;
}
}