diff --git a/test/api.js b/test/api.js index d776a1a96..8ae4fba74 100644 --- a/test/api.js +++ b/test/api.js @@ -80,7 +80,7 @@ describe('API', () => { describe('posts/create', () => { it('simple', done => { const post = { - text: 'Hi' + text: 'ひまわりー' }; request('/posts/create', post, me).then(res => { res.should.have.status(200);