Skip to content

Commit 7c2cb4b

Browse files
[release/5.x] Cherry pick: Removed default value for the redirection-kind param (#6872) (#6887)
Co-authored-by: msftsettiy <[email protected]>
1 parent a869efb commit 7c2cb4b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/start_network.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,6 @@ def add(parser):
233233
)
234234
parser.add_argument(
235235
"--redirection-kind",
236-
default="node-by-role",
237236
choices=["node-by-role", "static-address"],
238237
help="The redirection kind to use in lieu of forwarding. Either node-by-role or static-address",
239238
)

0 commit comments

Comments
 (0)