mirror of
https://github.com/mastodon/mastodon.git
synced 2024-08-20 21:08:15 -07:00
Add coverage for suspended instance actor scenario (#29571)
This commit is contained in:
parent
6262ceeb70
commit
71e5f0f48c
1 changed files with 8 additions and 0 deletions
|
@ -41,6 +41,14 @@ RSpec.describe InstanceActorsController do
|
|||
|
||||
it_behaves_like 'shared behavior'
|
||||
end
|
||||
|
||||
context 'with a suspended instance actor' do
|
||||
let(:authorized_fetch_mode) { false }
|
||||
|
||||
before { Account.representative.update(suspended_at: 10.days.ago) }
|
||||
|
||||
it_behaves_like 'shared behavior'
|
||||
end
|
||||
end
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue