projects
/
rails.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Bump eslint from 9.15.0 to 9.16.0
[rails.git]
/
test
/
factories
/
oauth_access_token.rb
diff --git
a/test/factories/oauth_access_token.rb
b/test/factories/oauth_access_token.rb
index 3f862fbca752e9887cbf63df02491ea493c83f10..6a8b62f6c077217548278d3330c6c98c2823abc7 100644
(file)
--- a/
test/factories/oauth_access_token.rb
+++ b/
test/factories/oauth_access_token.rb
@@
-1,5
+1,7
@@
FactoryBot.define do
factory :oauth_access_token, :class => "Doorkeeper::AccessToken" do
application :factory => :oauth_application
+
+ resource_owner_id { create(:user).id }
end
end