Skip to content

Commit

Permalink
Fix SchemaBCTest
Browse files Browse the repository at this point in the history
Refs #538
  • Loading branch information
joschi committed Jul 25, 2023
1 parent 3c026ef commit cbb8332
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,7 @@ public void requestFormatIncreased() {

@Test
public void requestPropsPutIncreased() {
// TODO: Document why desired or remove support (test added to avoid unintentional regression)
// See https://github.com/OpenAPITools/openapi-diff/issues/537
assertOpenApiBackwardIncompatible(BASE, "bc_request_schema_props_put_increased.yaml");
assertSpecChangedButCompatible(BASE, "bc_request_schema_props_put_increased.yaml");
}

@Test
Expand Down

0 comments on commit cbb8332

Please sign in to comment.