ci/test: update basic test to use more reliable example link

This commit is contained in:
dumbmoron 2024-07-09 19:04:52 +00:00
parent 93c27f262b
commit 27a6310357
No known key found for this signature in database

2
.github/test.sh vendored
View file

@ -18,7 +18,7 @@ test_api() {
-X POST \ -X POST \
-H "Accept: application/json" \ -H "Accept: application/json" \
-H "Content-Type: application/json" \ -H "Content-Type: application/json" \
-d '{"url":"https://www.youtube.com/watch?v=jNQXAC9IVRw"}') -d '{"url":"https://vine.co/v/huwVJIEJW50", "isAudioOnly": true}')
echo "$API_RESPONSE" echo "$API_RESPONSE"
STATUS=$(echo "$API_RESPONSE" | jq -r .status) STATUS=$(echo "$API_RESPONSE" | jq -r .status)