X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/12c1d5e6c05813a0697724277b4d8529a1a7c240..efe4a0a94208e3f936f326590240534a575ecee9:/test/factories/oauth_applications.rb diff --git a/test/factories/oauth_applications.rb b/test/factories/oauth_applications.rb index 1e62d2c97..c865e0237 100644 --- a/test/factories/oauth_applications.rb +++ b/test/factories/oauth_applications.rb @@ -3,6 +3,6 @@ FactoryBot.define do sequence(:name) { |n| "OAuth application #{n}" } sequence(:redirect_uri) { |n| "https://example.com/app/#{n}" } - association :owner, :factory => :user + owner :factory => :user end end