Hi everyone! I have an issue regarding creating ex...
# pact-jvm
d
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.
b
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
@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..