From 6322c172c1e1350633bc6eab2e3b92793a35bd02 Mon Sep 17 00:00:00 2001 From: wukko Date: Thu, 31 Oct 2024 00:10:22 +0600 Subject: [PATCH] ci/test: update api test url --- .github/test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/test.sh b/.github/test.sh index 81d5d88b..90f7f19c 100755 --- a/.github/test.sh +++ b/.github/test.sh @@ -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)