ibm-messaging / mq-asyncapi-java-template

This repository is no longer used and the project is now hosted within the ASyncAPI organisation.
https://github.com/asyncapi/java-template
Apache License 2.0
5 stars 1 forks source link

Resolve false positive json parsing of ENVs #19

Closed lewis-relph closed 3 years ago

lewis-relph commented 3 years ago

The EnvJson extracts correct values test current fails due to incorrect indenting. This improvement parses and re-stringifies the real and expected JSON so the outputs are white-space insensitive.