Skip to content

Commit

Permalink
follow up in test
Browse files Browse the repository at this point in the history
  • Loading branch information
kvch committed Sep 10, 2021
1 parent bb5d593 commit 45572cf
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion libbeat/reader/readfile/metafields_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,9 @@ func TestMetaFieldsOffset(t *testing.T) {
if len(msg.Content) != 0 {
expectedFields = common.MapStr{
"log": common.MapStr{
"path": path,
"file": common.MapStr{
"path": path,
},
"offset": offset,
},
}
Expand Down

0 comments on commit 45572cf

Please sign in to comment.