We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c801132 commit 80bab6cCopy full SHA for 80bab6c
1 file changed
test/integration/test_bind.rb
@@ -61,7 +61,8 @@ def test_bind_tls_with_bad_hostname
61
tls_options: TLS_OPTS.merge(verify_mode: OpenSSL::SSL::VERIFY_PEER,
62
ca_file: CA_FILE),
63
)
64
- error = assert_raise Net::LDAP::ConnectionRefusedError do
+ error = assert_raise Net::LDAP::Error,
65
+ Net::LDAP::ConnectionRefusedError do
66
@ldap.bind BIND_CREDS
67
end
68
assert_equal(
@@ -108,7 +109,8 @@ def test_bind_tls_with_multiple_bogus_hosts
108
109
110
111
112
113
114
115
116
assert_equal("TODO - fix this",
0 commit comments