We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8ee9152 commit 994fcbcCopy full SHA for 994fcbc
src/testInt/groovy/com/github/hauner/openapi/generatr/GeneratrEndToEndTest.groovy
@@ -36,7 +36,8 @@ class GeneratrEndToEndTest extends GeneratrTestBase {
36
new TestSet(name: 'response-complex-data-types'),
37
new TestSet(name: 'response-array-data-type-mapping'),
38
new TestSet(name: 'params-simple-data-types'),
39
- new TestSet(name: 'params-path-simple-data-types')
+ new TestSet(name: 'params-path-simple-data-types'),
40
+ new TestSet(name: 'params-request-body')
41
]
42
}
43
0 commit comments