From 50afdbe976331c53728c4b5f44ba741aebf40ce0 Mon Sep 17 00:00:00 2001 From: Michael Folz Date: Thu, 27 Feb 2025 10:26:30 +0100 Subject: [PATCH] #374 - Extend API to save and load cohort and dataselection - fix feasibility query url in github integration test --- .github/scripts/post-test-query.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/scripts/post-test-query.sh b/.github/scripts/post-test-query.sh index f7e7a76b..c0d309b8 100755 --- a/.github/scripts/post-test-query.sh +++ b/.github/scripts/post-test-query.sh @@ -10,7 +10,7 @@ access_token="$(curl -s --request POST \ --data scope=openid | jq '.access_token' | tr -d '"')" response=$(curl -s -i \ - --url http://localhost:8091/api/v5/query \ + --url http://localhost:8091/api/v5/query/feasibility \ --header "Authorization: Bearer $access_token" \ --header 'Content-Type: application/json' \ --data '{