Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
jensdev committed Mar 8, 2021
1 parent f4b513d commit 7e1bc2d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion mocks/asset-family.ts
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,8 @@ export default {
{
_links: {
next: {
href: 'test',
href:
'https://test.cloud.akeneo.com/api/rest/v1/asset-families/model_images/assets?search_after=alr195t',
},
},
_embedded: {
Expand Down
2 changes: 1 addition & 1 deletion src/endpoints/asset-family.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ describe('Asset Family', () => {
2,
'/api/rest/v1/asset-families/test/assets',
{
params: { limit: 100, search_after: 'ALR195T' },
params: { limit: 100, search_after: 'alr195t' },
},
);
});
Expand Down

0 comments on commit 7e1bc2d

Please sign in to comment.