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 a84e480 commit 1ac9d61Copy full SHA for 1ac9d61
test/test_ldap.rb
@@ -7,7 +7,7 @@ def setup
7
8
@service = MockInstrumentationService.new
9
@subject = Net::LDAP.new \
10
- :server => "test.mocked.com", :port => 636,
+ :host => "test.mocked.com", :port => 636,
11
:force_no_page => true, # so server capabilities are not queried
12
:instrumentation_service => @service
13
end
0 commit comments