diff --git a/apps/server/spec/etapi/patch-note.spec.ts b/apps/server/spec/etapi/patch-note.spec.ts index 178808762..3d6a9cd59 100644 --- a/apps/server/spec/etapi/patch-note.spec.ts +++ b/apps/server/spec/etapi/patch-note.spec.ts @@ -29,7 +29,7 @@ describe("etapi/patch-note", () => { }) .expect(201); - const createdNoteId = response.body.note.noteId as string; + createdNoteId = response.body.note.noteId as string; expect(createdNoteId).toBeTruthy(); });