forked from loafle/openapi-generator-original
Restore Ruby tests after parser update (#1753)
* uncomment ruby test after parser update * remove comment
This commit is contained in:
@@ -325,8 +325,7 @@ public class RubyClientCodegenTest {
|
||||
CodegenParameter name = op.formParams.get(0);
|
||||
Assert.assertFalse(name.isNullable);
|
||||
CodegenParameter status = op.formParams.get(1);
|
||||
// TODO comment out the following until https://github.com/swagger-api/swagger-parser/issues/820 is solved
|
||||
//Assert.assertTrue(status.isNullable);
|
||||
Assert.assertTrue(status.isNullable);
|
||||
}
|
||||
|
||||
@Test(description = "test anyOf (OAS3)")
|
||||
|
||||
Reference in New Issue
Block a user