test: assert attachments field in heartbeat-context response

Add missing assertion for the empty attachments array in the
heartbeat-context test to verify the field mapping is present.
This commit is contained in:
plind-dm
2026-04-05 21:57:15 +09:00
parent 620a5395d7
commit 3513b60dbc
@@ -199,5 +199,6 @@ describe("issue goal context routes", () => {
}),
);
expect(mockGoalService.getDefaultCompanyGoal).not.toHaveBeenCalled();
expect(res.body.attachments).toEqual([]);
});
});