From a74712fb9faee33b046966d175de468c9456a6ec Mon Sep 17 00:00:00 2001 From: Michael Li Date: Tue, 7 Apr 2026 10:54:36 -0400 Subject: [PATCH] make failure --- internal/tests/cli/boundary/_connect.bash | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/tests/cli/boundary/_connect.bash b/internal/tests/cli/boundary/_connect.bash index cf4d6df3c7..90aa2c29c0 100644 --- a/internal/tests/cli/boundary/_connect.bash +++ b/internal/tests/cli/boundary/_connect.bash @@ -4,7 +4,7 @@ function connect_nc() { local id=$1 # Note: When this command returns, the session immediately goes into a "canceling" state - boundary connect -exec nc -target-id $id -- -w 5 -v {{boundary.ip}} {{boundary.port}} < /dev/null + boundary connect -exec nc -target-id $id -- -w 5 -v {{boundary.ip}} 12345 < /dev/null } function connect_alias() {