summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/test_helper.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test_helper.rb b/test/test_helper.rb
index bd073ef74..ed98f24f8 100644
--- a/test/test_helper.rb
+++ b/test/test_helper.rb
@@ -126,7 +126,7 @@ class ActiveSupport::TestCase
return @test_ldap.bind
rescue => e
# LDAP is not listening
- return nil
+ return false
end
def self.convert_installed?