mirror of
https://github.com/mastodon/mastodon.git
synced 2024-11-25 07:05:20 +00:00
Remove debug output in migration controller spec (#31886)
This commit is contained in:
parent
1b6a82b799
commit
207c073bf8
|
@ -95,7 +95,6 @@ RSpec.describe Settings::MigrationsController do
|
||||||
|
|
||||||
before do
|
before do
|
||||||
moved_to = Fabricate(:account, also_known_as: [ActivityPub::TagManager.instance.uri_for(user.account)])
|
moved_to = Fabricate(:account, also_known_as: [ActivityPub::TagManager.instance.uri_for(user.account)])
|
||||||
p moved_to.acct
|
|
||||||
user.account.migrations.create!(acct: moved_to.acct)
|
user.account.migrations.create!(acct: moved_to.acct)
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue