Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
VihasMakwana committed Dec 20, 2024
1 parent bcc8909 commit 6b19228
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion metric/system/process/process_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -642,7 +642,7 @@ func TestProcessesExcluded(t *testing.T) {
require.NoError(t, state.Init())

_, processes, err := state.Get()
require.NoError(t, err)
assert.True(t, isNonFatal(err), fmt.Sprintf("Fatal Error: %s", err))

for _, pMap := range processes {
iPid, err := pMap.GetValue("process.pid")
Expand Down

0 comments on commit 6b19228

Please sign in to comment.