From a8cc5bc8bc815adf1ff652b163f452e2ea353fe1 Mon Sep 17 00:00:00 2001 From: jj Date: Sat, 8 Feb 2025 20:05:49 +0000 Subject: [PATCH] api/instagram: update tests --- api/src/util/tests/instagram.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/api/src/util/tests/instagram.json b/api/src/util/tests/instagram.json index 2ee42194..6eebc93f 100644 --- a/api/src/util/tests/instagram.json +++ b/api/src/util/tests/instagram.json @@ -1,11 +1,11 @@ [ { "name": "single photo post", - "url": "https://www.instagram.com/p/CwIgW8Yu5-I/", + "url": "https://www.instagram.com/p/DFx6KVduFWy/", "params": {}, "expected": { "code": 200, - "status": "redirect" + "status": "tunnel" } }, { @@ -19,7 +19,7 @@ }, { "name": "reel", - "url": "https://www.instagram.com/reel/CoEBV3eM4QR/", + "url": "https://www.instagram.com/reel/DFQe23tOWKz/", "params": {}, "expected": { "code": 200, @@ -37,7 +37,7 @@ }, { "name": "reel (isAudioOnly)", - "url": "https://www.instagram.com/reel/CoEBV3eM4QR/", + "url": "https://www.instagram.com/reel/DFQe23tOWKz/", "params": { "downloadMode": "audio" }, @@ -48,7 +48,7 @@ }, { "name": "reel (isAudioMuted)", - "url": "https://www.instagram.com/reel/CoEBV3eM4QR/", + "url": "https://www.instagram.com/reel/DFQe23tOWKz/", "params": { "downloadMode": "mute" }, @@ -120,4 +120,4 @@ "status": "redirect" } } -] \ No newline at end of file +]