Fix tests on glitch-soc

This commit is contained in:
Claire
2025-10-28 20:39:10 +01:00
parent 5a051d07c6
commit 79169408b0

View File

@@ -50,6 +50,7 @@ RSpec.describe 'Home page' do
context 'when the landing page is set to local_feed' do
before do
Setting.local_live_feed_access = 'public' # glitch-soc defaults to "authenticated"
Setting.landing_page = 'local_feed'
end