Skip to content

Commit

Permalink
fix: tests
Browse files Browse the repository at this point in the history
  • Loading branch information
VihasMakwana committed Jul 18, 2024
1 parent 63f95b8 commit 1b4ad46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion metric/system/process/process_container_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ func TestSystemHostFromContainer(t *testing.T) {
validateProcResult(t, result)
} else {
_, roots, err := testStats.Get()
require.NoError(t, err)
require.True(t, IsDegradable(err))

for _, proc := range roots {
t.Logf("proc: %d: %s", proc["process"].(map[string]interface{})["pid"],
Expand Down

0 comments on commit 1b4ad46

Please sign in to comment.