Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
kvch committed Jan 27, 2022
1 parent 10dbb06 commit 50d6a7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libbeat/outputs/elasticsearch/client_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -461,7 +461,7 @@ func TestBulkEncodeEvents(t *testing.T) {
config: common.MapStr{},
ilmConfig: common.NewConfig(),
events: []common.MapStr{{"message": "test"}},
metas: []common.MapStr{common.MapStr{"index": "my-raw-index"}},
metas: []common.MapStr{common.MapStr{"raw_index": "my-raw-index"}},
},
"latest with ILM and to alias": {
version: version.GetDefaultVersion(),
Expand Down

0 comments on commit 50d6a7e

Please sign in to comment.