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
Actual
runtime_validation
Thought I could use runtime_validation to work around #64 but I cannot get the actual value out of the response.
POST http://httpbin.org/post > Accept: application/json > Content-Type: application/json > User-Agent: KATT > Content-Type: application/json { "myint":123 } < 200 < Content-Type: application/json { "json": { "myint": { "{{type}}": "runtime_validation", "erlang": "{pass, [{\"foo\", Actual}]}" } } }
Fails with
{fail,[{not_equal,{"/body/origin/{{runtime_validation}}", {[123,112,97,115,115,44,32,91,123,34,102,111,111,98,97, 114,34,44,32,65,99,116,117,97,108,125,93,125,46,126, 110,"error",58, [123,["unbound",44,"'Actual'"],125]], undefined}, "185.20.241.138"}}]}
The text was updated successfully, but these errors were encountered:
cfac6a4
ref #65. runtime_value and runtime_validation tests
68b2a23
Thanks a bunch once again!
Sorry, something went wrong.
No branches or pull requests
Thought I could use
runtime_validation
to work around #64 but I cannot get the actual value out of the response.Fails with
The text was updated successfully, but these errors were encountered: