Skip to content

Commit

Permalink
Fix rems.http template logic slightly
Browse files Browse the repository at this point in the history
  • Loading branch information
csc-jm authored and lhang committed Dec 11, 2024
1 parent e83f51e commit 5c916d0
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions tests/http/rems.http
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
@auth_email = [email protected]

@resid = {{resid_req.response.body.id}}
@wfid = {{dac_req.response.body.$[0].id}}
@orgid = {{dac_req.response.body.$[0].organization.organization/id}}
@wfid = {{dac_req.response.body.id}}
@orgid = {{dac_req.response.body.organization.organization/id}}
@application_id = {{catalogue_req.response.body.id}}

### Mock authentication
Expand All @@ -32,7 +32,6 @@ GET {{backend_url}}/v1/rems
?language=fi

### Get workflows
# @name dac_req
GET {{rems_url}}/workflows
?disabled=false
&archived=false
Expand Down

0 comments on commit 5c916d0

Please sign in to comment.