summaryrefslogtreecommitdiffstats
path: root/vendor/gopkg.in/olivere/elastic.v5/decoder_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/gopkg.in/olivere/elastic.v5/decoder_test.go')
-rw-r--r--vendor/gopkg.in/olivere/elastic.v5/decoder_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/vendor/gopkg.in/olivere/elastic.v5/decoder_test.go b/vendor/gopkg.in/olivere/elastic.v5/decoder_test.go
index 15263fb8d..2c3dde8ca 100644
--- a/vendor/gopkg.in/olivere/elastic.v5/decoder_test.go
+++ b/vendor/gopkg.in/olivere/elastic.v5/decoder_test.go
@@ -34,7 +34,7 @@ func TestDecoder(t *testing.T) {
// Add a document
indexResult, err := client.Index().
Index(testIndexName).
- Type("tweet").
+ Type("doc").
Id("1").
BodyJson(&tweet).
Do(context.TODO())