Join Slack
Powered by
how can i match bets list as empty on the consumer...
# pact-jvm
a
André Sousa
02/28/2022, 2:41 PM
how can i match bets list as empty on the consumer side?
p
Pavlo Sprogis
02/28/2022, 3:05 PM
something like this?
Copy code
newJsonBody(body - > { body.array("bets", array - > {}); }).build()
a
André Sousa
02/28/2022, 9:11 PM
thanks
Open in Slack
Previous
Next