From 746990391ace06dd9579c70da3e342d0d565f3a4 Mon Sep 17 00:00:00 2001 From: dgtlmoon Date: Mon, 19 Jan 2026 18:58:39 +0100 Subject: [PATCH] test fix --- .github/workflows/pypi-release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pypi-release.yml b/.github/workflows/pypi-release.yml index 8ff60552c..4dd260c86 100644 --- a/.github/workflows/pypi-release.yml +++ b/.github/workflows/pypi-release.yml @@ -61,8 +61,8 @@ jobs: # --- API test --- # This also means that the docs/api-spec.yml was shipped and could be read - test -f /tmp/url-watches.json - API_KEY=$(jq -r '.. | .api_access_token? // empty' /tmp/url-watches.json) + test -f /tmp/changedetection.json + API_KEY=$(jq -r '.. | .api_access_token? // empty' /tmp/changedetection.json) echo Test API KEY is $API_KEY curl -X POST "http://127.0.0.1:10000/api/v1/watch" \ -H "x-api-key: ${API_KEY}" \