Upgrade factory_bot, faker
This commit is contained in:
parent
e6a1bfcb45
commit
f2cb17bcd6
10 changed files with 33 additions and 33 deletions
|
|
@ -5,7 +5,7 @@ FactoryBot.define do
|
|||
|
||||
factory :oauth2_application, class: Doorkeeper::Application do
|
||||
name { Faker::App.name }
|
||||
redirect_uri 'https://example.com:1234/app'
|
||||
redirect_uri { 'https://example.com:1234/app' }
|
||||
end
|
||||
|
||||
factory :oauth2_access_token, class: Doorkeeper::AccessToken do
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue