Run rubocop formatting except line length (#23632)
This commit is contained in:
@@ -99,7 +99,6 @@ describe AuthorizeInteractionsController do
|
||||
allow(ResolveAccountService).to receive(:new).and_return(service)
|
||||
allow(service).to receive(:call).with('user@hostname').and_return(target_account)
|
||||
|
||||
|
||||
post :create, params: { acct: 'acct:user@hostname' }
|
||||
|
||||
expect(account.following?(target_account)).to be true
|
||||
|
Reference in New Issue
Block a user