From 688dceb3a898178f01d9289ff79f77c1a360157c Mon Sep 17 00:00:00 2001 From: John Sully Date: Fri, 29 May 2020 01:44:52 -0400 Subject: [PATCH] Fix test issue with TLS Former-commit-id: 81b240f81d1c52fd331c4e0e89659913380229c4 --- tests/integration/aof.tcl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/integration/aof.tcl b/tests/integration/aof.tcl index 192c7a84b..d1222b0e4 100644 --- a/tests/integration/aof.tcl +++ b/tests/integration/aof.tcl @@ -315,7 +315,7 @@ tags {"aof"} { } test "AOF+PEXPIREMEMBERAT: set should have 3 values" { - set client [redis [dict get $srv host] [dict get $srv port]] + set client [redis [dict get $srv host] [dict get $srv port] 0 $::tls] wait_for_condition 50 100 { [catch {$client ping} e] == 0 } else {