diff --git a/test/api-visibility.ts b/test/api-visibility.ts index 2b62868ff528656dd67ce79a72a1b9adbbbed4f6..56e72f7cab9965708c5e008233f3daed74f5a013 100644 --- a/test/api-visibility.ts +++ b/test/api-visibility.ts @@ -302,9 +302,9 @@ describe('API visibility', () => { expect(res.body).have.property('text').eql('x'); })); - it('[show] followers-replyã‚’ã•れãŸäººãŒãƒ•ã‚©ãƒãƒ¯ãƒ¼ã§ãªãã¦ã‚‚見れる', async(async () => { + it('[show] followers-replyã‚’éžãƒ•ã‚©ãƒãƒ¯ãƒ¼ã¯ãƒªãƒ—ライã•れã¦ã„ã¦ã‚‚見れãªã„', async(async () => { const res = await show(folR.id, target); - expect(res.body).have.property('text').eql('x'); + expect(res.body).have.property('isHidden').eql(true); })); it('[show] followers-replyをフォãƒãƒ¯ãƒ¼ãŒè¦‹ã‚Œã‚‹', async(async () => { @@ -434,9 +434,9 @@ describe('API visibility', () => { expect(res.body).have.property('text').eql('@target x'); })); - it('[show] followers-mentionã‚’ã•れãŸäººãŒãƒ•ã‚©ãƒãƒ¯ãƒ¼ã§ãªãã¦ã‚‚見れる', async(async () => { + it('[show] followers-mentionã‚’éžãƒ•ã‚©ãƒãƒ¯ãƒ¼ã¯ãƒ¡ãƒ³ã‚·ãƒ§ãƒ³ã•れã¦ã„ã¦ã‚‚見れãªã„', async(async () => { const res = await show(folM.id, target); - expect(res.body).have.property('text').eql('@target x'); + expect(res.body).have.property('isHidden').eql(true); })); it('[show] followers-mentionをフォãƒãƒ¯ãƒ¼ãŒè¦‹ã‚Œã‚‹', async(async () => {