Hello again - seeking some advice or suggestions. ...
# pact-jvm
f
Hello again - seeking some advice or suggestions. We are using the OpenAPI Generator to create our Client and Server side code but they've had a number of bugs lately where sometimes they indicate a JSON array as null and sometimes as empty
[]
. This is causing some havoc with our Contract tests. Personally I don't really care about the distinction from a contract / pact perspective. Is there any feature or workaround or setting I can use to tell Pact to ignore the distinction between
null
and "empty" for any containers e.g. objects, arrays etc. Thanks in advance.