Join Slack
Powered by
Any example handling null values in build and gene...
# pact-jvm
s
sasank kumar
03/10/2023, 11:36 AM
Any example handling null values in build and generate pact file? I mean attribute value always null
j
Josh
03/10/2023, 4:09 PM
can you use
nullValue
? e.g
Copy code
LambdaDsl.newJsonBody(body -> { body.nullValue("fieldName"); }
3
Views
Open in Slack
Previous
Next