Skip to content

Commit 3473c60

Browse files
committed
fix ignore
1 parent 02b596c commit 3473c60

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

samples/client/petstore/groovy/src/test/groovy/openapitools/PetApiTest.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,8 +104,8 @@ class PetApiTest extends GroovyTestCase {
104104

105105
}
106106

107-
@Test
108107
@Ignore("due to illegal argument exception in findPetByStatus")
108+
@Test
109109
void testGetPetByStatus() {
110110
this.petApi.findPetsByStatus(["sold"]) {
111111
def listPets = (ArrayList)it

0 commit comments

Comments
 (0)