Skip to content

Commit e6eab6a

Browse files
committed
moved working test case
1 parent 85af4ab commit e6eab6a

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

src/testInt/groovy/com/github/hauner/openapi/generatr/GeneratrEndToEndTest.groovy

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
package com.github.hauner.openapi.generatr
1818

1919
import org.junit.runner.RunWith
20-
import org.junit.runners.Parameterized;
20+
import org.junit.runners.Parameterized
2121

2222

2323
/**
@@ -35,7 +35,8 @@ class GeneratrEndToEndTest extends GeneratrTestBase {
3535
new TestSet(name: 'response-complex-data-types'),
3636
new TestSet(name: 'ref-into-another-file'),
3737
new TestSet(name: 'params-simple-data-types'),
38-
new TestSet(name: 'response-array-data-type-mapping')
38+
new TestSet(name: 'response-array-data-type-mapping'),
39+
new TestSet(name: 'path-params-simple-data-types')
3940
]
4041
}
4142

0 commit comments

Comments
 (0)