[Test] Fix test

This commit is contained in:
syuilo 2017-02-13 01:07:07 +09:00
parent 3fa7ab4df4
commit 1096722e12

View file

@ -222,7 +222,9 @@ describe('API', () => {
it('ファイルを添付できる', () => new Promise(async (done) => {
const me = await insertSakurako();
const file = await insertDriveFile();
const file = await insertDriveFile({
user_id: me._id
});
request('/posts/create', {
media_ids: [file._id.toString()]
}, me).then(res => {