diff --git a/test/unit/auth_test.rb b/test/unit/auth_test.rb index 32e86767f..443f5c4d4 100644 --- a/test/unit/auth_test.rb +++ b/test/unit/auth_test.rb @@ -7,7 +7,7 @@ Setting.create_or_update( :area => 'Security::Authentication', :description => 'Enables user authentication via LDAP.', :state => { - :adapter => 'ldap', + :adapter => 'Auth::Ldap', :host => 'localhost', :port => 389, :bind_dn => 'cn=Manager,dc=example,dc=org', @@ -45,6 +45,7 @@ else :created_by_id => 1 ) end + class AuthTest < ActiveSupport::TestCase test 'auth' do tests = [