Change: ローカルタイムラインを無効にしている時、/api/v1/timelines/public
タイムライン取得で「リモートユーザーのみ」指定も無効化 (#526)
* Change: ローカルタイムラインを無効にしている時、「リモートユーザーのみ」指定も無効化 * Fix test
This commit is contained in:
parent
35db342d5e
commit
57341a82ac
4 changed files with 69 additions and 20 deletions
|
@ -67,6 +67,7 @@ describe 'Public' do
|
|||
|
||||
context 'when local timeline is disabled' do
|
||||
let(:ltl_enabled) { false }
|
||||
let(:expected_statuses) { [local_status, remote_status, media_status] }
|
||||
|
||||
it_behaves_like 'a successful request to the public timeline'
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue