Skip to content
Next Next commit
moved working test case
  • Loading branch information
hauner committed Nov 23, 2019
commit e6eab6a315cae593b4dddc1efb3c403055ab688f
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
package com.github.hauner.openapi.generatr

import org.junit.runner.RunWith
import org.junit.runners.Parameterized;
import org.junit.runners.Parameterized


/**
Expand All @@ -35,7 +35,8 @@ class GeneratrEndToEndTest extends GeneratrTestBase {
new TestSet(name: 'response-complex-data-types'),
new TestSet(name: 'ref-into-another-file'),
new TestSet(name: 'params-simple-data-types'),
new TestSet(name: 'response-array-data-type-mapping')
new TestSet(name: 'response-array-data-type-mapping'),
new TestSet(name: 'path-params-simple-data-types')
]
}

Expand Down