From 906d9293337a8916a4c7da8ca1ab792f925233c8 Mon Sep 17 00:00:00 2001 From: wukko Date: Thu, 23 Jan 2025 22:00:02 +0600 Subject: [PATCH] api/tests/pinterest: update the gif link because the id changed??? --- api/src/util/tests/pinterest.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/api/src/util/tests/pinterest.json b/api/src/util/tests/pinterest.json index 6308adb4..4760dd36 100644 --- a/api/src/util/tests/pinterest.json +++ b/api/src/util/tests/pinterest.json @@ -68,7 +68,7 @@ }, { "name": "regular gif", - "url": "https://www.pinterest.com/pin/814447913881127862/", + "url": "https://www.pinterest.com/pin/643170390530326178/", "params": {}, "expected": { "code": 200, @@ -77,7 +77,7 @@ }, { "name": "regular gif (.ca TLD)", - "url": "https://www.pinterest.ca/pin/814447913881127862/", + "url": "https://www.pinterest.ca/pin/643170390530326178/", "params": {}, "expected": { "code": 200,