Skip to content

Commit 2ad51d3

Browse files
committed
test: fix secure cookie test with Go 1.26
See: golang/go@7aa9ca7 Signed-off-by: Doug MacEachern <doug.maceachern@broadcom.com>
1 parent 40d91ea commit 2ad51d3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

govc/test/cli.bats

100644100755
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ load test_helper
208208

209209
vcsim_stop
210210

211-
VCSIM_SECURE_COOKIES=true vcsim_start -tls=false
211+
VCSIM_SECURE_COOKIES=true vcsim_start -tls=false -l 0.0.0.0:0
212212

213213
run govc ls
214214
assert_failure

0 commit comments

Comments
 (0)