mirror of
https://github.com/CompeyDev/fxtwitter-docker.git
synced 2025-04-04 10:00:55 +01:00
Updated test for plural video
This commit is contained in:
parent
5c4956032b
commit
c5d6b36dc9
1 changed files with 1 additions and 1 deletions
|
@ -114,7 +114,7 @@ test('API fetch video Tweet', async () => {
|
|||
expect(tweet.lang).toEqual('en');
|
||||
expect(tweet.replying_to).toBeNull();
|
||||
expect(tweet.media?.video).toBeTruthy();
|
||||
const video = tweet.media?.video as APIVideo;
|
||||
const video = tweet.media?.videos?.[0] as APIVideo;
|
||||
expect(video.url).toEqual(
|
||||
'https://video.twimg.com/amplify_video/854415175776059393/vid/720x720/dNEi0crU-jA4mTtr.mp4'
|
||||
);
|
||||
|
|
Loading…
Add table
Reference in a new issue