Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
kvch committed Jun 29, 2021
1 parent 8394f29 commit eefea28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libbeat/reader/parser/parser_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -370,7 +370,7 @@ func TestContainerParser(t *testing.T) {
}

type testParsersConfig struct {
Parsers []common.ConfigNamespace `struct:"parsers`
Parsers []common.ConfigNamespace `struct:"parsers"`
}

func testReader(lines string) reader.Reader {
Expand Down

0 comments on commit eefea28

Please sign in to comment.