We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d27c084 + f950eca commit fd8aff7Copy full SHA for fd8aff7
test/test_helper.rb
@@ -56,7 +56,7 @@ def setup
56
@service = MockInstrumentationService.new
57
@ldap = Net::LDAP.new \
58
host: ENV.fetch('INTEGRATION_HOST', 'localhost'),
59
- port: 389,
+ port: ENV.fetch('INTEGRATION_PORT', 389),
60
admin_user: 'uid=admin,dc=rubyldap,dc=com',
61
admin_password: 'passworD1',
62
search_domains: %w(dc=rubyldap,dc=com),
0 commit comments