Fixes LDAP test.
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@9045 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
parent
60741b3e1c
commit
ac46497f1a
|
@ -483,7 +483,7 @@ class UserTest < ActiveSupport::TestCase
|
||||||
context "on the fly registration" do
|
context "on the fly registration" do
|
||||||
setup do
|
setup do
|
||||||
@auth_source = AuthSourceLdap.find(1)
|
@auth_source = AuthSourceLdap.find(1)
|
||||||
@auth.update_attribute :onthefly_register, true
|
@auth_source.update_attribute :onthefly_register, true
|
||||||
end
|
end
|
||||||
|
|
||||||
context "with a successful authentication" do
|
context "with a successful authentication" do
|
||||||
|
|
Loading…
Reference in New Issue