Skip to content

Commit 015c16f

Browse files
committed
no longer pending
1 parent 071817b commit 015c16f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ class GeneratrEndToEndTest extends GeneratrTestBase {
3030
@Parameterized.Parameters(name = "{0}")
3131
static Collection<TestSet> sources () {
3232
return [
33+
new TestSet(name: 'endpoint-exclude'),
3334
new TestSet(name: 'no-response-content'),
3435
new TestSet(name: 'params-additional'),
3536
new TestSet(name: 'params-enum'),

0 commit comments

Comments
 (0)