From d8eda230e8bd2f987ed89e1ace6e11983cd9b861 Mon Sep 17 00:00:00 2001 From: jj Date: Mon, 10 Feb 2025 22:10:35 +0000 Subject: [PATCH] api/test: fix more twitter tests --- api/src/util/tests/twitter.json | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/api/src/util/tests/twitter.json b/api/src/util/tests/twitter.json index 7d6be8ad..4fc5900f 100644 --- a/api/src/util/tests/twitter.json +++ b/api/src/util/tests/twitter.json @@ -102,9 +102,8 @@ }, { "name": "retweeted video", - "url": "https://twitter.com/uwukko/status/1696901469633421344", + "url": "https://twitter.com/schlizzawg/status/1869017025055793405", "params": {}, - "canFail": true, "expected": { "code": 200, "status": "redirect" @@ -145,7 +144,7 @@ "params": {}, "expected": { "code": 200, - "status": "redirect" + "status": "tunnel" } }, { @@ -207,7 +206,7 @@ "params": {}, "expected": { "code": 200, - "status": "redirect" + "status": "tunnel" } } ]