diff --git a/api/src/util/tests/threads.json b/api/src/util/tests/threads.json new file mode 100644 index 00000000..a903930f --- /dev/null +++ b/api/src/util/tests/threads.json @@ -0,0 +1,29 @@ +[ + { + "name": "video", + "url": "https://www.threads.net/@zuck/post/CzecNnZPaxr", + "params": {}, + "expected": { + "code": 200, + "status": "redirect" + } + }, + { + "name": "photo", + "url": "https://www.threads.net/@soren.iverson/post/C8PdJ59pMLr", + "params": {}, + "expected": { + "code": 200, + "status": "redirect" + } + }, + { + "name": "mixed media", + "url": "https://www.threads.net/@snazzahguy/post/C8Q7UZDseWz", + "params": {}, + "expected": { + "code": 200, + "status": "picker" + } + } +] \ No newline at end of file