Skip to content

Commit ab18e5b

Browse files
committed
the test environment expects a valid DNS as username
1 parent 3455b30 commit ab18e5b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/integration/test_return_codes.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
class TestReturnCodeIntegration < LDAPIntegrationTestCase
77
def test_open_error
8-
@ldap.authenticate "fake", "creds"
8+
@ldap.authenticate "cn=fake", "creds"
99
@ldap.open do
1010
result = @ldap.get_operation_result
1111
assert_equal Net::LDAP::ResultCodeInvalidCredentials, result.code

0 commit comments

Comments
 (0)