From 30460586c4eef58d5ce0359bc9bf634c9e5547de Mon Sep 17 00:00:00 2001 From: wukko Date: Tue, 11 Mar 2025 12:34:07 +0600 Subject: [PATCH] api/tests/twitter: add a gif test --- api/src/util/tests/twitter.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/api/src/util/tests/twitter.json b/api/src/util/tests/twitter.json index 4fc5900f..4139e39d 100644 --- a/api/src/util/tests/twitter.json +++ b/api/src/util/tests/twitter.json @@ -169,6 +169,15 @@ "status": "tunnel" } }, + { + "name": "gif", + "url": "https://x.com/thelastromances/status/1897839691212202479", + "params": {}, + "expected": { + "code": 200, + "status": "tunnel" + } + }, { "name": "inexistent post", "url": "https://twitter.com/test/status/9487653",