Skip to content

Commit 180e615

Browse files
committed
Allow integration host override
1 parent 50b651b commit 180e615

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test_helper.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ def run(*)
4343
def setup
4444
@service = MockInstrumentationService.new
4545
@ldap = Net::LDAP.new \
46-
host: 'localhost',
46+
host: ENV.fetch('INTEGRATION_HOST', 'localhost'),
4747
port: 389,
4848
admin_user: 'uid=admin,dc=rubyldap,dc=com',
4949
admin_password: 'passworD1',

0 commit comments

Comments
 (0)