##// END OF EJS Templates
Fixes LDAP test....
Jean-Philippe Lang -
r8925:ac46497f1abd
parent child
Show More
@@ -483,7 +483,7 class UserTest < ActiveSupport::TestCase
483 context "on the fly registration" do
483 context "on the fly registration" do
484 setup do
484 setup do
485 @auth_source = AuthSourceLdap.find(1)
485 @auth_source = AuthSourceLdap.find(1)
486 @auth.update_attribute :onthefly_register, true
486 @auth_source.update_attribute :onthefly_register, true
487 end
487 end
488
488
489 context "with a successful authentication" do
489 context "with a successful authentication" do
General Comments 0
You need to be logged in to leave comments. Login now