ci/test: update basic test to use more reliable example link
This commit is contained in:
parent
93c27f262b
commit
27a6310357
1 changed files with 1 additions and 1 deletions
2
.github/test.sh
vendored
2
.github/test.sh
vendored
|
@ -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)
|
||||||
|
|
Loading…
Reference in a new issue