Fix tests being broken because of different default setting

master
Thibaut Girka 2019-09-13 20:18:25 +02:00
parent 3665d554c5
commit b83e2df6b5
1 changed files with 4 additions and 0 deletions

View File

@ -44,6 +44,10 @@ describe Api::V1::Timelines::PublicController do
context 'without a user context' do
let(:token) { Fabricate(:accessible_access_token, resource_owner_id: nil) }
before do
Setting.timeline_preview = true
end
describe 'GET #show' do
it 'returns http success' do
get :show