update timeline tests

This commit is contained in:
mertalev
2025-05-05 09:54:40 -04:00
parent 85359bfc1a
commit 3ace02b3e7
2 changed files with 36 additions and 77 deletions
+6 -5
View File
@@ -150,20 +150,20 @@ describe('/timeline', () => {
expect(status).toBe(200);
expect(body).toEqual({
bucketAssets: {
description: [],
city: [],
country: [],
duration: [],
id: [],
isArchived: [],
isFavorite: [],
isImage: [],
isTrashed: [],
isVideo: [],
livePhotoVideoId: [],
localDateTime: [],
ownerId: [],
projectionType: [],
ratio: [],
stack: [],
status: [],
thumbhash: [],
},
hasNextPage: false,
@@ -190,7 +190,8 @@ describe('/timeline', () => {
expect(status).toBe(200);
expect(body).toEqual({
bucketAssets: {
description: [],
city: [],
country: [],
duration: [],
id: [],
isArchived: [],
@@ -203,7 +204,7 @@ describe('/timeline', () => {
ownerId: [],
projectionType: [],
ratio: [],
stack: [],
status: [],
thumbhash: [],
},
hasNextPage: false,