forked from farhoodlabs/paperclip
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:
@@ -199,5 +199,6 @@ describe("issue goal context routes", () => {
|
||||
}),
|
||||
);
|
||||
expect(mockGoalService.getDefaultCompanyGoal).not.toHaveBeenCalled();
|
||||
expect(res.body.attachments).toEqual([]);
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user