Skip to content

Commit 91adedd

Browse files
committed
Allow configurable OpenLDAP host (for local runs)
1 parent cc594e4 commit 91adedd

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
@@ -71,7 +71,7 @@ def options
7171
instrumentation_service: @service
7272
when "openldap"
7373
{
74-
host: 'localhost',
74+
host: ENV.fetch("OPENLDAP_HOST", "localhost"),
7575
port: 389,
7676
admin_user: 'uid=admin,dc=github,dc=com',
7777
admin_password: 'passworD1',

0 commit comments

Comments
 (0)