Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
adriansr committed Jul 9, 2021
1 parent 25d2c01 commit b84335e
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -418,7 +418,7 @@ func TestAddProcessMetadata(t *testing.T) {
expected: common.MapStr{
"ppid": false,
},
err: errors.New("error applying add_process_metadata processor: cannot parse pid field 'ppid': not an integer or string"),
err: errors.New("error applying add_process_metadata processor: cannot parse pid field 'ppid': not an integer or string, but bool"),
},
{
description: "process not found",
Expand Down

0 comments on commit b84335e

Please sign in to comment.