Skip to content

Commit

Permalink
wee fix
Browse files Browse the repository at this point in the history
  • Loading branch information
AndersonQ committed Aug 23, 2024
1 parent 421e72c commit 0d81bd7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion providers/linux/process_linux_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ var (
)

func TestProcessNetstat(t *testing.T) {
proc, err := newLinuxSystem("").Self()
proc, err := newLinuxSystem("", false).Self()
if err != nil {
t.Fatal(err)
}
Expand Down

0 comments on commit 0d81bd7

Please sign in to comment.