mirror of
https://github.com/immich-app/immich
synced 2026-08-29 13:15:45 +00:00
chore(e2e): fix failing memory lane tests
This commit is contained in:
parent
f1247e2487
commit
a7755346a7
1 changed files with 1 additions and 1 deletions
|
|
@ -30,7 +30,7 @@ export const setupMemoryMockApiRoutes = async (
|
|||
return route.fulfill({
|
||||
status: 200,
|
||||
contentType: 'application/json',
|
||||
json: activeMemories,
|
||||
json: { total: activeMemories.length, items: activeMemories, hasNextPage: false },
|
||||
});
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue