diff --git a/test/api-visibility.ts b/test/api-visibility.ts index 4cf6e5a3a6..3de936658e 100644 --- a/test/api-visibility.ts +++ b/test/api-visibility.ts @@ -368,9 +368,9 @@ describe('API visibility', () => { assert.strictEqual(res.body.text, '@target x'); })); - it('[show] followers-mentionを非フォロワーがメンションされていても見れない', async(async () => { + it('[show] followers-mentionをメンションされていれば非フォロワーでも見れる', async(async () => { const res = await show(folM.id, target); - assert.strictEqual(res.body.isHidden, true); + assert.strictEqual(res.body.text, '@target x'); })); it('[show] followers-mentionをフォロワーが見れる', async(async () => {