Skip to content

Commit

Permalink
Update receiver/podmanreceiver/receiver_test.go
Browse files Browse the repository at this point in the history
Co-authored-by: Curtis Robert <crobert@splunk.com>
  • Loading branch information
rogercoll and crobert-1 authored May 16, 2024
1 parent 31624bb commit 18d216c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion receiver/podmanreceiver/receiver_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ func TestScraperLoop(t *testing.T) {
}()

assert.NoError(t, r.start(ctx, componenttest.NewNopHost()))
defer func(){ assert.NoError(t, r.shutdown(ctx)) }()
defer func() { assert.NoError(t, r.shutdown(ctx)) }()

md, err := r.scrape(ctx)
assert.NoError(t, err)
Expand Down

0 comments on commit 18d216c

Please sign in to comment.