Skip to content

Commit

Permalink
[filebeat][httpjson] Fix unit test function call (elastic#19124)
Browse files Browse the repository at this point in the history
  • Loading branch information
marc-gr authored and melchiormoulin committed Oct 14, 2020
1 parent c057825 commit 7b44306
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 7b44306

Please sign in to comment.