removed unused mock getGroupPhotoWithSizeLimit

Signed-off-by: Luka Siric <siric.luka@gmail.com>
This commit is contained in:
Luka Siric
2022-09-06 13:50:17 +02:00
parent e821a3db3d
commit 86b22c7d5d
@@ -1128,9 +1128,6 @@ describe('read microsoft graph', () => {
client.getGroups.mockImplementation(getExampleGroups);
client.getGroupMembers.mockImplementation(getExampleGroupMembers);
client.getGroupPhotoWithSizeLimit.mockResolvedValue(
'data:image/jpeg;base64,...',
);
await readMicrosoftGraphOrg(client, 'tenantid', {
logger: getVoidLogger(),