Skip to content

Commit

Permalink
[filebeat][httpjson] Fix unit test function call (#19124)
Browse files Browse the repository at this point in the history
  • Loading branch information
marc-gr authored Jun 11, 2020
1 parent b6cd17c commit e616884
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x-pack/filebeat/input/httpjson/httpjson_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -513,7 +513,7 @@ func TestOAuth2(t *testing.T) {
}
defer ts.Close()

runTest(t, false, false, m, func(input *HttpjsonInput, out *stubOutleter, t *testing.T) {
runTest(t, false, false, false, m, func(input *HttpjsonInput, out *stubOutleter, t *testing.T) {
group, _ := errgroup.WithContext(context.Background())
group.Go(input.run)

Expand Down

0 comments on commit e616884

Please sign in to comment.