Hi everyone!
I have an issue regarding creating expected response in groovy.
I can't write field/attribute in expected response starting from capitalized letter, e.g.
PORequired
.
It just doesn't build the pact test.
Does anyone can help me with that?
Issue on github will be created soon.
Probably want a code sample to go along with that 🤔 I know Groovy well, but haven't used it for Pact in a looong time
d
danilchican
04/28/2022, 8:14 AM
@Boris, you just need to add field with first capitalized letter to expected response and that's it:) Event Intelliji IDEA will talk you that something is wrong..