Skip to content

Commit

Permalink
Remove a duplicated expected listening endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
ovalenti authored Nov 7, 2024
1 parent f1748e6 commit a7c3eed
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions integration-tests/integration_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -103,19 +103,6 @@ func TestProcfsScraper(t *testing.T) {
ProcessExecFilePath: "/usr/sbin/nginx",
ProcessArgs: "",
},
}, {
Protocol: "L4_PROTOCOL_TCP",
CloseTimestamp: types.NilTimestamp,
Address: types.ListenAddress{
AddressData: "\x00\x00\x00\x00",
Port: 80,
IpNetwork: "\x00\x00\x00\x00 ",
},
Originator: types.ProcessOriginator{
ProcessName: "nginx",
ProcessExecFilePath: "/usr/sbin/nginx",
ProcessArgs: "",
},
},
},
}
Expand Down

0 comments on commit a7c3eed

Please sign in to comment.