Fix test issue with TLS

Former-commit-id: 81b240f81d1c52fd331c4e0e89659913380229c4
This commit is contained in:
John Sully 2020-05-29 01:44:52 -04:00
parent f79cc0011a
commit 688dceb3a8

View File

@ -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 {