Skip to content

Commit d2ba5e6

Browse files
author
Tom Maher
committed
fix bogus multi-host check
1 parent c5f2126 commit d2ba5e6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/integration/test_bind.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -153,8 +153,8 @@ def test_bind_tls_with_multiple_bogus_hosts
153153
Net::LDAP::ConnectionError do
154154
@ldap.bind BIND_CREDS
155155
end
156-
assert_equal("TODO - fix this",
157-
error.message)
156+
assert_equal("Unable to connect to any given server: ",
157+
error.message.split("\n").shift)
158158
end
159159

160160
def test_bind_tls_with_multiple_bogus_hosts_no_verification

0 commit comments

Comments
 (0)