Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

groovy.lang.MissingPropertyException: No such property: v2 for class: java.lang.String after copying RequestSpecification #1786

Open
kylelyk opened this issue Apr 25, 2024 · 0 comments

Comments

@kylelyk
Copy link

kylelyk commented Apr 25, 2024

We're getting an exception after copying a RequestSpecification and we've tracked it down to line 114 in SpecificationMerger:

thisOne.unnamedPathParamsTuples = with.unnamedPathParamValues

This assigns a list of strings to a field that expects a list of tuples and a later access on the v2 field inside that list fails since it's a string not a tuple.

This issue was introduced in 005f5e8.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant