From a918b12387492b4794cb6620aff0a8f48a7e6c0e Mon Sep 17 00:00:00 2001 From: jj Date: Sat, 8 Feb 2025 20:59:27 +0000 Subject: [PATCH] api/tests: fix broken tests --- api/src/util/tests/bilibili.json | 4 ++-- api/src/util/tests/snapchat.json | 5 +++-- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/api/src/util/tests/bilibili.json b/api/src/util/tests/bilibili.json index 61d60134..c6720295 100644 --- a/api/src/util/tests/bilibili.json +++ b/api/src/util/tests/bilibili.json @@ -41,7 +41,7 @@ }, { "name": "b23.tv shortlink", - "url": "https://b23.tv/lbMyOI9", + "url": "https://b23.tv/av32430100", "params": {}, "expected": { "code": 200, @@ -57,4 +57,4 @@ "status": "tunnel" } } -] \ No newline at end of file +] diff --git a/api/src/util/tests/snapchat.json b/api/src/util/tests/snapchat.json index 44f764ce..b4298a93 100644 --- a/api/src/util/tests/snapchat.json +++ b/api/src/util/tests/snapchat.json @@ -19,11 +19,12 @@ }, { "name": "story", - "url": "https://www.snapchat.com/add/bazerkmakane", + "url": "https://www.snapchat.com/add/taylorred_music", + "canFail": true, "params": {}, "expected": { "code": 200, "status": "picker" } } -] \ No newline at end of file +]