Export and import show_reblogs together with following list (#10495)
* Refactor imports * Export show_reblogs when exporting list of followed users * Add support for importing show_reblogs with following collection * Fix tests
This commit is contained in:
parent
619bbc23ef
commit
cb71c95e22
7 changed files with 112 additions and 17 deletions
|
@ -11,7 +11,7 @@ describe Settings::Exports::FollowingAccountsController do
|
|||
sign_in user, scope: :user
|
||||
get :index, format: :csv
|
||||
|
||||
expect(response.body).to eq "username@domain\n"
|
||||
expect(response.body).to eq "Account address,Show boosts\nusername@domain,true\n"
|
||||
end
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue