@contrail/flexplm 1.7.1-alpha.69baa36 → 1.7.1-alpha.9439d6e
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -319,7 +319,6 @@ describe('ThumbnailUtil Tests', () => {
|
|
|
319
319
|
tinyViewableUrl: null,
|
|
320
320
|
};
|
|
321
321
|
mockContentCreate.mockResolvedValue(createdContent);
|
|
322
|
-
// const event = { data: { [ThumbnailUtil.NEW_THUMBNAIL_ID]: '/rest/thumbnail/thumb.png' } };
|
|
323
322
|
const event = { data: { [thumbnail_util_1.ThumbnailUtil.THUMBNAIL]: '/rest/thumbnail/thumb.png' } };
|
|
324
323
|
await tu.syncThumbnailToVibeIQ({ entityId: 'entity1', event, entityName: 'color' });
|
|
325
324
|
expect(mockGetRequest).toHaveBeenCalledWith({ urlPath: '/rest/thumbnail/thumb.png', includeUrlContext: false, returnFullResponse: true });
|