Skip to content

Commit

Permalink
Update OpenAPIIT to new schema in Spring data module
Browse files Browse the repository at this point in the history
  • Loading branch information
michalvavrik authored and rsvoboda committed Oct 31, 2024
1 parent 4b2a6fa commit c352055
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ void rolesAllowedResourceAuthPermitted() {
assertEquals("#/components/schemas/Library", json.getString("library.$ref"));

json.setRootPath("");
assertEquals("2022-03-10T12:15:50", json.getString("components.schemas.LocalDateTime.example"));
assertEquals("2022-03-10T12:15:50", json.getString("components.schemas.LocalDateTime.examples[0]"));

assertEquals("http", json.getString("components.securitySchemes.SecurityScheme.type"));
assertEquals("Authentication", json.getString("components.securitySchemes.SecurityScheme.description"));
Expand Down

0 comments on commit c352055

Please sign in to comment.