mirror of
https://github.com/mastodon/mastodon.git
synced 2024-08-20 21:08:15 -07:00
Refresh instance counts in spec (fixes intermittent failure) (#28698)
This commit is contained in:
parent
923fc83190
commit
32eeca9c7b
1 changed files with 2 additions and 0 deletions
|
@ -12,6 +12,8 @@ RSpec.describe Admin::InstancesController do
|
|||
before do
|
||||
_account_less_popular = Fabricate(:account, domain: 'less.popular')
|
||||
_account_popular_other = Fabricate(:account, domain: 'popular')
|
||||
Instance.refresh
|
||||
|
||||
sign_in current_user, scope: :user
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in a new issue