Skip to content

Commit 0434cdd

Browse files
AST-113569 adding additional itegartion testcases for CLI help command
1 parent 2b01ebd commit 0434cdd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/integration/util_command.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@ func executeCmdWithTimeOutNilAssertion(
225225
func executeWithTimeout(cmd *cobra.Command, timeout time.Duration, args ...string) error {
226226

227227
args = append(args, flag(params.RetryFlag), "3", flag(params.RetryDelayFlag), "5")
228-
// args = appendProxyArgs(args)
228+
args = appendProxyArgs(args)
229229
cmd.SetArgs(args)
230230

231231
ctx, cancel := context.WithTimeout(context.Background(), timeout)

0 commit comments

Comments
 (0)