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 a5b5c3c commit dcfad34Copy full SHA for dcfad34
modules/swagger-parser-v3/src/test/java/io/swagger/v3/parser/util/InlineModelResolverTest.java
@@ -835,7 +835,7 @@ public void resolveInlineArrayRequestBody() throws Exception {
835
.requestBody(new RequestBody()
836
.content(new Content().addMediaType("*/*",new MediaType()
837
.schema(arraySchema))))));
838
- Yaml.prettyPrint(openAPI);
+
839
new InlineModelResolver().flatten(openAPI);
840
841
RequestBody body = openAPI.getPaths().get("/hello").getGet().getRequestBody();
0 commit comments