Skip to content

Commit

Permalink
removing print
Browse files Browse the repository at this point in the history
  • Loading branch information
gracekarina committed Jun 4, 2020
1 parent 6c39903 commit b543e4a
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,6 @@ public void testIssueFlattenArraySchemaItemsInlineModelTrue() {
options.setCamelCaseFlattenNaming(true);
SwaggerParseResult parseResult = openApiParser.readLocation("flattenArrayItems.yaml", null, options);
OpenAPI openAPI = parseResult.getOpenAPI();
Yaml.prettyPrint(openAPI);

//responses
assertNotNull(openAPI.getComponents().getSchemas().get("Inline_response_items200"));
Expand Down

0 comments on commit b543e4a

Please sign in to comment.