X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/23c3168c55a2be7fd0176e235c12d8338d6b0a17..e17b89e89fa932673f7dc2cf5a2fd3437ec0eda6:/test/controllers/user_controller_test.rb diff --git a/test/controllers/user_controller_test.rb b/test/controllers/user_controller_test.rb index c3a111605..14bea6374 100644 --- a/test/controllers/user_controller_test.rb +++ b/test/controllers/user_controller_test.rb @@ -1193,7 +1193,7 @@ class UserControllerTest < ActionController::TestCase # Get users to work with user = users(:normal_user) friend = users(:public_user) - create(:friend, :user_id => user.id, :friend_user_id => friend.id) + create(:friend, :befriender => user, :befriendee => friend) # Check that the users are friends assert Friend.where(:user_id => user.id, :friend_user_id => friend.id).first