for-GET / katt

KATT (Klarna API Testing Tool) is an HTTP-based API testing tool for Erlang.
https://github.com/for-GET/katt
Apache License 2.0
119 stars 16 forks source link

Prepare katt for jsx 3.0 #74

Closed SzBencej closed 3 years ago

SzBencej commented 4 years ago

The default behaviour changed in jsx 3.0, jsx:decode will return with maps by default. katt's special meaning tags does not work with maps returned by jsx:decode

Change jsx:decode function calls to explicitly return with proplists. This way katt can be used with jsx 3.0

andreineculau commented 3 years ago

Thanks for the shout. Fixed in https://github.com/for-GET/katt/commit/d1f599c56ef0d793d7cf1767651b647a38503b51