Uh oh!
There was an error while loading. Please reload this page.
Add map property in url params - #10154
Conversation
kuhnroyal
commented
Aug 14, 2021
Damn, I did this yesterday but didn't open a PR cause of the 5.2.1 release :) |
kuhnroyal
commented
Aug 16, 2021
Can you copy the tests from https://github.com/kuhnroyal/openapi-generator/tree/dart-dio/query-maps |
agilob
commented
Aug 16, 2021
It's hard to distil your change and find what's dart-test change you want added and what is generated, but I think I found what was missing |
kuhnroyal
commented
Aug 16, 2021
Looks about right, just needs some formatting. |
agilob
commented
Aug 16, 2021
Is that test supposed to be failing? |
kuhnroyal
commented
Aug 16, 2021
I think this is just a formatting failure. Can you run |
428bfdf to
35e0180Compareagilob
commented
Aug 16, 2021
I removed the commits adding the dart tests. They are failing locally and I feel they are out of scope for this PR, as I only wanted to add spec changes without anything language specific. I'll let you add the tests as you want, I think I missed some changes from your PR... |
Adding map property in url params to test generation of this specific case in generators as requested in #10116 (comment)
PR checklist
This is important, as CI jobs will verify all generator outputs of your HEAD commit as it would merge with master.
These must match the expectations made by your contribution.
You may regenerate an individual generator by passing the relevant config(s) as an argument to the script, for example
./bin/generate-samples.sh bin/configs/java*.For Windows users, please run the script in Git BASH.
master,5.3.x,6.0.x@wing328