We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 85af4ab commit e6eab6aCopy full SHA for e6eab6a
1 file changed
src/testInt/groovy/com/github/hauner/openapi/generatr/GeneratrEndToEndTest.groovy
@@ -17,7 +17,7 @@
17
package com.github.hauner.openapi.generatr
18
19
import org.junit.runner.RunWith
20
-import org.junit.runners.Parameterized;
+import org.junit.runners.Parameterized
21
22
23
/**
@@ -35,7 +35,8 @@ class GeneratrEndToEndTest extends GeneratrTestBase {
35
new TestSet(name: 'response-complex-data-types'),
36
new TestSet(name: 'ref-into-another-file'),
37
new TestSet(name: 'params-simple-data-types'),
38
- new TestSet(name: 'response-array-data-type-mapping')
+ new TestSet(name: 'response-array-data-type-mapping'),
39
+ new TestSet(name: 'path-params-simple-data-types')
40
]
41
}
42
0 commit comments