Skip to content

Commit

Permalink
fix: Update test to use address of parser
Browse files Browse the repository at this point in the history
  • Loading branch information
Sebastian Spaink committed Jun 28, 2022
1 parent 54ad4bb commit 3948049
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/inputs/http_listener_v2/http_listener_v2_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -601,7 +601,7 @@ func TestWriteHTTPQueryParams(t *testing.T) {

listener := newTestHTTPListenerV2()
listener.DataSource = "query"
listener.Parser = parser
listener.Parser = &parser

acc := &testutil.Accumulator{}
require.NoError(t, listener.Init())
Expand Down

0 comments on commit 3948049

Please sign in to comment.