api/tests: update bluesky tests

This commit is contained in:
wukko 2024-09-13 09:55:06 +06:00
parent a1feadb917
commit a2414682c7
No known key found for this signature in database
GPG key ID: 3E30B3F26C7B4AA2

View file

@ -1401,7 +1401,16 @@
"bsky": [ "bsky": [
{ {
"name": "horizontal video", "name": "horizontal video",
"url": "https://bsky.app/profile/samuel.bsky.team/post/3l2udah76ch2c", "url": "https://bsky.app/profile/haileyok.com/post/3l3giwtwp222m",
"params": {},
"expected": {
"code": 200,
"status": "tunnel"
}
},
{
"name": "horizontal video, recordWithMedia",
"url": "https://bsky.app/profile/juicysteak117.gay/post/3l3wonhk23g2i",
"params": {}, "params": {},
"expected": { "expected": {
"code": 200, "code": 200,
@ -1410,7 +1419,7 @@
}, },
{ {
"name": "vertical video", "name": "vertical video",
"url": "https://bsky.app/profile/samuel.bsky.team/post/3l2uftgmitr2p", "url": "https://bsky.app/profile/haileyok.com/post/3l3jhpomhjk2m",
"params": {}, "params": {},
"expected": { "expected": {
"code": 200, "code": 200,
@ -1419,7 +1428,7 @@
}, },
{ {
"name": "vertical video (muted)", "name": "vertical video (muted)",
"url": "https://bsky.app/profile/samuel.bsky.team/post/3l2uftgmitr2p", "url": "https://bsky.app/profile/haileyok.com/post/3l3jhpomhjk2m",
"params": { "params": {
"downloadMode": "mute" "downloadMode": "mute"
}, },
@ -1430,7 +1439,7 @@
}, },
{ {
"name": "vertical video (audio)", "name": "vertical video (audio)",
"url": "https://bsky.app/profile/samuel.bsky.team/post/3l2uftgmitr2p", "url": "https://bsky.app/profile/haileyok.com/post/3l3jhpomhjk2m",
"params": { "params": {
"downloadMode": "audio" "downloadMode": "audio"
}, },
@ -1456,6 +1465,15 @@
"code": 200, "code": 200,
"status": "picker" "status": "picker"
} }
},
{
"name": "deleted post",
"url": "https://bsky.app/profile/samuel.bsky.team/post/3l2udah76ch2c",
"params": {},
"expected": {
"code": 400,
"status": "error"
}
} }
] ]
} }