We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Steps to Reproduce:
example.rest
GET {{baseUrl}}/api/v1/app/config Accept: application/json; charset=UTF-8 X-Request-ID: {{$guid}}
$guid is not found
The text was updated successfully, but these errors were encountered:
Fix wrong error reporting #551
747fad1
@patrickhammond nice catch, this is a regression issue introduced in version 0.23.2, I have fixed it and will publish it in the next release.
Sorry, something went wrong.
@patrickhammond this should be fixed in the latest version 0.24.0, and you can verify it.
No branches or pull requests
Steps to Reproduce:
example.rest
with the following content:$guid is not found
even though the request will execute correctly.The text was updated successfully, but these errors were encountered: