~cytrogen/masto-fe

4adb12ca9157ae0efc0b813df3a09ef8f6d579de — Claire 2 years ago 807c059
Fix test failures due to different default settings in glitch-soc
1 files changed, 4 insertions(+), 0 deletions(-)

M spec/controllers/api/v1/timelines/tag_controller_spec.rb
M spec/controllers/api/v1/timelines/tag_controller_spec.rb => spec/controllers/api/v1/timelines/tag_controller_spec.rb +4 -0
@@ 22,6 22,10 @@ describe Api::V1::Timelines::TagController do
    end

    context 'when the instance allows public preview' do
      before do
        Setting.timeline_preview = true
      end

      context 'when the user is not authenticated' do
        let(:token) { nil }