Update unit test after removing _all

Original commit: elastic/x-pack-elasticsearch@59c80a6ba3
This commit is contained in:
David Kyle 2017-01-13 14:25:41 +00:00
parent 4128d635f4
commit c9a8d9d283
1 changed files with 0 additions and 1 deletions

View File

@ -67,7 +67,6 @@ public class ElasticsearchMappingsTests extends ESTestCase {
// These are not reserved because they're Elasticsearch keywords, not
// field names
overridden.add(ElasticsearchMappings.ALL);
overridden.add(ElasticsearchMappings.ANALYZER);
overridden.add(ElasticsearchMappings.COPY_TO);
overridden.add(ElasticsearchMappings.DYNAMIC);