Skip to content

Commit a5ea0cf

Browse files
committed
fix: r
Signed-off-by: ashing <[email protected]>
1 parent 1218f2b commit a5ea0cf

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

test/e2e/scaffold/scaffold.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -689,8 +689,6 @@ func (s *Scaffold) createDataplaneTunnels(
689689
case "https":
690690
httpsNodePort = int(port.NodePort)
691691
httpsPort = int(port.Port)
692-
default:
693-
return nil, nil, fmt.Errorf("unknown port name: %s", port.Name)
694692
}
695693
}
696694

0 commit comments

Comments
 (0)