Skip to content

Commit

Permalink
test: Remove attributes according to change in cozy-client
Browse files Browse the repository at this point in the history
  • Loading branch information
JF-Cozy committed Nov 5, 2024
1 parent 453b8e2 commit 7dc35d8
Showing 1 changed file with 2 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,7 @@ describe('useAppLinkWithStoreFallback', () => {
mockClient.query.mockResolvedValue({
data: [
{
attributes: {
slug: testAppSlug
},
slug: testAppSlug,
links: { related: 'http://testapp.cozy.io' }
}
]
Expand All @@ -52,9 +50,7 @@ describe('useAppLinkWithStoreFallback', () => {
mockClient.query.mockResolvedValue({
data: [
{
attributes: {
slug: 'store'
},
slug: 'store',
links: { related: 'http://store.cozy.io' }
}
]
Expand Down

0 comments on commit 7dc35d8

Please sign in to comment.