We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c5f2126 commit d2ba5e6Copy full SHA for d2ba5e6
test/integration/test_bind.rb
@@ -153,8 +153,8 @@ def test_bind_tls_with_multiple_bogus_hosts
153
Net::LDAP::ConnectionError do
154
@ldap.bind BIND_CREDS
155
end
156
- assert_equal("TODO - fix this",
157
- error.message)
+ assert_equal("Unable to connect to any given server: ",
+ error.message.split("\n").shift)
158
159
160
def test_bind_tls_with_multiple_bogus_hosts_no_verification
0 commit comments