summaryrefslogtreecommitdiffstats
path: root/vendor/gopkg.in/olivere/elastic.v5/indices_put_mapping_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/gopkg.in/olivere/elastic.v5/indices_put_mapping_test.go')
-rw-r--r--vendor/gopkg.in/olivere/elastic.v5/indices_put_mapping_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/vendor/gopkg.in/olivere/elastic.v5/indices_put_mapping_test.go b/vendor/gopkg.in/olivere/elastic.v5/indices_put_mapping_test.go
index 7f1489697..ffac0d0f2 100644
--- a/vendor/gopkg.in/olivere/elastic.v5/indices_put_mapping_test.go
+++ b/vendor/gopkg.in/olivere/elastic.v5/indices_put_mapping_test.go
@@ -52,7 +52,7 @@ func TestMappingLifecycle(t *testing.T) {
"tweetdoc":{
"properties":{
"field":{
- "type":"string"
+ "type":"keyword"
}
}
}