Fix test in mapper attachments plugin
This commit is contained in:
parent
2636703afa
commit
6c7a44ccd9
|
@ -151,7 +151,6 @@ public class MultifieldAttachmentMapperTests extends AttachmentUnitTestCase {
|
|||
String forcedContentType = randomAsciiOfLength(20);
|
||||
|
||||
String bytes = Base64.encodeBytes(originalText.getBytes(StandardCharsets.ISO_8859_1));
|
||||
threadPool = new ThreadPool("testing-only");
|
||||
|
||||
MapperService mapperService = MapperTestUtils.newMapperService(createTempDir(),
|
||||
Settings.builder().put(AttachmentMapper.INDEX_ATTACHMENT_DETECT_LANGUAGE_SETTING.getKey(), true).build(),
|
||||
|
|
Loading…
Reference in New Issue