Fix: Ensure "With Media" is highlighted from Admin Accounts page (#30812)
This commit is contained in:
parent
052c90b8de
commit
30ae5952d2
2 changed files with 2 additions and 2 deletions
|
@ -33,7 +33,7 @@ describe Admin::StatusesController do
|
|||
|
||||
context 'when filtering by media' do
|
||||
before do
|
||||
get :index, params: { account_id: account.id, media: '1' }
|
||||
get :index, params: { account_id: account.id, media: true }
|
||||
end
|
||||
|
||||
it 'returns http success' do
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue