Bug fix for browse.

This commit is contained in:
Michael Spalti
2022-09-17 10:18:10 -07:00
parent 41d1f5383f
commit eb48b1b204
13 changed files with 113 additions and 56 deletions

View File

@@ -202,7 +202,7 @@ describe('RelationshipDataService', () => {
});
it('should call getItemRelationshipsByLabel with the correct params', (done) => {
mockOptions = Object.assign(mockOptions, { embedThumbnail: true });
mockOptions = Object.assign(mockOptions, { fetchThumbnail: true });
service.getRelatedItemsByLabel(
mockItem,
mockLabel,