diff --git a/test/api.js b/test/api.js
index d776a1a962..8ae4fba743 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);