Remove unused account record in api/v2/admin/accounts spec (#30397)

This commit is contained in:
Matt Jankowski 2024-05-23 04:26:58 -04:00 committed by GitHub
parent 5b5a35cf96
commit 3a862439df
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 1 deletions

View File

@ -8,7 +8,6 @@ RSpec.describe 'API V2 Admin Accounts' do
let(:scopes) { 'admin:read admin:write' }
let(:token) { Fabricate(:accessible_access_token, resource_owner_id: user.id, scopes: scopes) }
let(:headers) { { 'Authorization' => "Bearer #{token.token}" } }
let(:account) { Fabricate(:account) }
describe 'GET #index' do
let!(:remote_account) { Fabricate(:account, domain: 'example.org') }