Skip to content

Commit 50d6a7e

Browse files
committed
fix test
1 parent 10dbb06 commit 50d6a7e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

libbeat/outputs/elasticsearch/client_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -461,7 +461,7 @@ func TestBulkEncodeEvents(t *testing.T) {
461461
config: common.MapStr{},
462462
ilmConfig: common.NewConfig(),
463463
events: []common.MapStr{{"message": "test"}},
464-
metas: []common.MapStr{common.MapStr{"index": "my-raw-index"}},
464+
metas: []common.MapStr{common.MapStr{"raw_index": "my-raw-index"}},
465465
},
466466
"latest with ILM and to alias": {
467467
version: version.GetDefaultVersion(),

0 commit comments

Comments
 (0)