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 {