mirror of
https://github.com/spring-projects/spring-data-elasticsearch.git
synced 2025-06-13 07:32:11 +00:00
Reenable test for the new Elasticsearch Client.
Original Pull Request #2261 Closes #2260
This commit is contained in:
parent
df5fd0b97c
commit
33c9180ccd
@ -41,4 +41,9 @@ public class CustomMethodRepositoryELCIntegrationTests extends CustomMethodRepos
|
||||
return new IndexNameProvider("custom-method-repository");
|
||||
}
|
||||
}
|
||||
|
||||
@Override
|
||||
public boolean newElasticsearchClient() {
|
||||
return true;
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user