DATAES-537 - Upgrade to Elasticsearch 6.6.1.

Adapt tests to use new IndicesOptions defaults.

Original Pull Request: #243
This commit is contained in:
Mark Paluch
2019-03-05 16:47:02 +01:00
committed by Christoph Strobl
parent e81e38dbb1
commit 1dc113d57b
23 changed files with 22 additions and 19 deletions

View File

@@ -277,7 +277,7 @@ public class SimpleElasticsearchRepositoryTests {
@Test // DATAES-363
public void shouldReturnFalseGivenDocumentWithIdDoesNotExist() {
// given
String documentId = randomNumeric(5);