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

remove warnings_as_errors to be able to use with otp23+ versions #76

Closed f3c0 closed 3 years ago

f3c0 commented 4 years ago

katt can not be compiled with otp 23+ because of the usage of a depracated http_uri:parse function call it can be replaced with uri_string:parse, but that is not available in otp versions older than 21.0 swith off the warnings_as_errors temporary option is a solution