From c5e4f73352df1a523c43bb892b86f16cf4c3b5b5 Mon Sep 17 00:00:00 2001 From: Alexander Sheiko Date: Mon, 13 Sep 2021 17:04:23 +0300 Subject: [PATCH] Fix test --- tweets_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tweets_test.go b/tweets_test.go index c241e18..ac2c4b1 100644 --- a/tweets_test.go +++ b/tweets_test.go @@ -83,7 +83,7 @@ func TestGetTweet(t *testing.T) { Videos: []Video{{ ID: "1328684333599756289", Preview: "https://pbs.twimg.com/amplify_video_thumb/1328684333599756289/img/cP5KwbIXbGunNSBy.jpg", - URL: "https://video.twimg.com/amplify_video/1328684333599756289/vid/480x360/Qh70ELAcq-N2RYmZ.mp4?tag=13", + URL: "https://video.twimg.com/amplify_video/1328684333599756289/vid/960x720/PcL8yv8KhgQ48Qpt.mp4?tag=13", }}, } tweet, err := defaultScraper.GetTweet("1328684389388185600")