Skip to content

Commit

Permalink
#374 - Extend API to save and load cohort and dataselection
Browse files Browse the repository at this point in the history
- fix feasibility query url in github integration test
  • Loading branch information
michael-82 committed Feb 27, 2025
1 parent 89edf0c commit 50afdbe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/scripts/post-test-query.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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 '{
Expand Down

0 comments on commit 50afdbe

Please sign in to comment.