Closed mekanixdk closed 6 years ago
I have this small test:
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": "{{>myint}}", } }
It fails with the error
{fail,[{not_equal,{"/body/json/myint","{{>myint}}",123}}]}
Looks like KATT will do a comparison rather than saving the variable into myint.
myint
once again, a big thank you!
This is truly awesome. Thanks for being this quick with the fixes, saved me a lot of time. :-)
I have this small test:
It fails with the error
{fail,[{not_equal,{"/body/json/myint","{{>myint}}",123}}]}
Looks like KATT will do a comparison rather than saving the variable into
myint
.