Skip to content

Commit b66a2c8

Browse files
committed
macos
1 parent 236aefd commit b66a2c8

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

pool/connection_pool_test.go

+1-4
Original file line numberDiff line numberDiff line change
@@ -529,10 +529,7 @@ func TestAdd_unreachable(t *testing.T) {
529529
defer connPool.Close()
530530

531531
unhealthyServ := "127.0.0.2:6667"
532-
ctx, cancel = test_helpers.GetConnectContext()
533-
defer cancel()
534-
535-
err = connPool.Add(ctx, pool.Instance{
532+
err = connPool.Add(context.Background(), pool.Instance{
536533
Name: unhealthyServ,
537534
Dialer: tarantool.NetDialer{
538535
Address: unhealthyServ,

0 commit comments

Comments
 (0)