You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 8, 2024. It is now read-only.
I'm trying to write a dredd before hook so that my DELETE action can target the resource that was created by a previous POST.
I've been following the doc here, but updating transaction.request.uri doesn't seem to work (BTW the doc is outdated and refers to url while the field seems to be uri - I've tried setting both to a different value without success). The updated url does show up on the report that dredd uploads to apiary, but my server is still receiving the old URL.
For the record I'm able to successfully update the request body and headers in a before hook, I think the bug is only in the URL/URI.