We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 02b596c commit 3473c60Copy full SHA for 3473c60
1 file changed
samples/client/petstore/groovy/src/test/groovy/openapitools/PetApiTest.groovy
@@ -104,8 +104,8 @@ class PetApiTest extends GroovyTestCase {
104
105
}
106
107
- @Test
108
@Ignore("due to illegal argument exception in findPetByStatus")
+ @Test
109
void testGetPetByStatus() {
110
this.petApi.findPetsByStatus(["sold"]) {
111
def listPets = (ArrayList)it
0 commit comments