mirror of
https://github.com/alkimake/paperclip.git
synced 2026-06-14 01:50:39 +09:00
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:
parent
620a5395d7
commit
3513b60dbc
1 changed files with 1 additions and 0 deletions
|
|
@ -199,5 +199,6 @@ describe("issue goal context routes", () => {
|
|||
}),
|
||||
);
|
||||
expect(mockGoalService.getDefaultCompanyGoal).not.toHaveBeenCalled();
|
||||
expect(res.body.attachments).toEqual([]);
|
||||
});
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue