Skip to content

Commit

Permalink
fix port forwarder
Browse files Browse the repository at this point in the history
  • Loading branch information
QxBytes committed Aug 28, 2024
1 parent 7e3d3b0 commit 2931ef5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/integration/networkobservability/hubble_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ func TestEndpoints(t *testing.T) {
defer cancel()
pingCheckFn := func() error {
var pf *k8s.PortForwarder
pf, err := k8s.NewPortForwarder(config, t, k8s.PortForwardingOpts{
pf, err := k8s.NewPortForwarder(config, k8s.PortForwardingOpts{
Namespace: namespace,
LabelSelector: labelSelector,
LocalPort: 9965,
Expand Down

0 comments on commit 2931ef5

Please sign in to comment.