Introduce access token fabricators (#4401)
This commit is contained in:
parent
bb96ba13cf
commit
4f0b638cda
29 changed files with 36 additions and 30 deletions
|
@ -4,7 +4,7 @@ RSpec.describe Api::V1::DomainBlocksController, type: :controller do
|
|||
render_views
|
||||
|
||||
let(:user) { Fabricate(:user, account: Fabricate(:account, username: 'alice')) }
|
||||
let(:token) { double acceptable?: true, resource_owner_id: user.id }
|
||||
let(:token) { Fabricate(:accessible_access_token, resource_owner_id: user.id, scopes: 'follow') }
|
||||
|
||||
before do
|
||||
user.account.block_domain!('example.com')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue