diff --git a/src/presentation/http/router/note.test.ts b/src/presentation/http/router/note.test.ts index 606d38d7..b0733562 100644 --- a/src/presentation/http/router/note.test.ts +++ b/src/presentation/http/router/note.test.ts @@ -2074,6 +2074,10 @@ describe('Note API', () => { createdAt: history.createdAt, content: history.content, tools: history.tools, + user: { + name: user.name, + photo: user.photo, + }, }, }); }