Skip to content

Commit

Permalink
Update libbeat/processors/add_process_metadata/add_process_metadata_t…
Browse files Browse the repository at this point in the history
…est.go

Co-authored-by: Tiago Queiroz <tiago.queiroz@elastic.co>
  • Loading branch information
haesbaert and belimawr authored Mar 19, 2024
1 parent a6ca13f commit 4eb35fd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ func TestAddProcessMetadata(t *testing.T) {

capMock, err := capabilities.FromUint64(0xabacabb)
if err != nil {
t.Fatal(err)
t.Fatalf("could not instantiate capabilities: %s", err)
}
startTime := time.Now()
testProcs := testProvider{
Expand Down

0 comments on commit 4eb35fd

Please sign in to comment.