mirror of
https://github.com/wukko/cobalt.git
synced 2024-11-14 20:30:06 +00:00
ci/test: update api test url
This commit is contained in:
parent
776c4f4dba
commit
6322c172c1
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 \
|
||||
-H "Accept: application/json" \
|
||||
-H "Content-Type: application/json" \
|
||||
-d '{"url":"https://www.tiktok.com/@fatfatmillycat/video/7195741644585454894"}')
|
||||
-d '{"url":"https://garfield-69.tumblr.com/post/696499862852780032","alwaysProxy":true}')
|
||||
|
||||
echo "API_RESPONSE=$API_RESPONSE"
|
||||
STATUS=$(echo "$API_RESPONSE" | jq -r .status)
|
||||
|
|
Loading…
Reference in a new issue