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 e2b9dbd commit 299bc9fCopy full SHA for 299bc9f
modules/swagger-parser-v3/src/test/java/io/swagger/v3/parser/test/OpenAPIV3ParserTest.java
@@ -105,10 +105,8 @@ public void testIssue251() throws IOException {
105
assertEquals(parseResult.getMessages().size(), 0);
106
assertTrue(parseResult.getOpenAPI().getComponents().getSchemas().size() == 2);
107
assertTrue(parseResult.getOpenAPI().getPaths().get("/parse").getGet().getParameters().get(0).getSchema().get$ref().equals("#/components/schemas/Parse"));
108
-
109
}
110
111
+
112
@Test
113
public void testCantReadDeepProperties() {
114
OpenAPIV3Parser parser = new OpenAPIV3Parser();
0 commit comments