mirror of
https://github.com/funamitech/mastodon
synced 2024-11-27 22:38:42 +09:00
Fix /api/v1/timelines/link specs for glitch-soc default settings
This commit is contained in:
parent
30b00ca2b5
commit
578b0eae7d
@ -96,6 +96,10 @@ describe 'Link' do
|
||||
end
|
||||
|
||||
context 'when the instance allows public preview' do
|
||||
before do
|
||||
Setting.timeline_preview = true
|
||||
end
|
||||
|
||||
context 'with an authorized user' do
|
||||
it_behaves_like 'a successful request to the link timeline'
|
||||
end
|
||||
|
Loading…
Reference in New Issue
Block a user