Skip to content

Commit c0f32ac

Browse files
authored
[it] Remove a duplicated expected listening endpoint (#1946)
1 parent f1748e6 commit c0f32ac

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

integration-tests/integration_test.go

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -103,19 +103,6 @@ func TestProcfsScraper(t *testing.T) {
103103
ProcessExecFilePath: "/usr/sbin/nginx",
104104
ProcessArgs: "",
105105
},
106-
}, {
107-
Protocol: "L4_PROTOCOL_TCP",
108-
CloseTimestamp: types.NilTimestamp,
109-
Address: types.ListenAddress{
110-
AddressData: "\x00\x00\x00\x00",
111-
Port: 80,
112-
IpNetwork: "\x00\x00\x00\x00 ",
113-
},
114-
Originator: types.ProcessOriginator{
115-
ProcessName: "nginx",
116-
ProcessExecFilePath: "/usr/sbin/nginx",
117-
ProcessArgs: "",
118-
},
119106
},
120107
},
121108
}

0 commit comments

Comments
 (0)