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 80bab6c commit eeb7a6dCopy full SHA for eeb7a6d
test/integration/test_bind.rb
@@ -110,7 +110,7 @@ def test_bind_tls_with_multiple_bogus_hosts
110
ca_file: CA_FILE),
111
)
112
error = assert_raise Net::LDAP::Error,
113
- Net::LDAP::ConnectionRefusedError do
+ Net::LDAP::ConnectionError do
114
@ldap.bind BIND_CREDS
115
end
116
assert_equal("TODO - fix this",
0 commit comments