fix: another topic thumb test fix

v1.18.x
Julian Lam 4 years ago
parent 1ae8dda8a8
commit 782bef5eec

@ -141,6 +141,7 @@ describe('Topic thumbs', () => {
await topics.thumbs.associate({ await topics.thumbs.associate({
id: uuid, id: uuid,
path: relativeThumbPaths[1], path: relativeThumbPaths[1],
score: 5,
}); });
const exists = await db.isSortedSetMember(`draft:${uuid}:thumbs`, relativeThumbPaths[1]); const exists = await db.isSortedSetMember(`draft:${uuid}:thumbs`, relativeThumbPaths[1]);
@ -218,13 +219,13 @@ describe('Topic thumbs', () => {
}, },
{ {
id: 2, id: 2,
name: 'test2.png', name: 'example.org',
url: `${nconf.get('relative_path')}${nconf.get('upload_url')}${relativeThumbPaths[1]}`, url: 'https://example.org',
}, },
{ {
id: 2, id: 2,
name: 'example.org', name: 'test2.png',
url: 'https://example.org', url: `${nconf.get('relative_path')}${nconf.get('upload_url')}${relativeThumbPaths[1]}`,
}, },
]); ]);
}); });

Loading…
Cancel
Save