We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3c026ef commit cbb8332Copy full SHA for cbb8332
core/src/test/java/org/openapitools/openapidiff/core/backcompat/SchemaBCTest.java
@@ -37,9 +37,7 @@ public void requestFormatIncreased() {
37
38
@Test
39
public void requestPropsPutIncreased() {
40
- // TODO: Document why desired or remove support (test added to avoid unintentional regression)
41
- // See https://github.com/OpenAPITools/openapi-diff/issues/537
42
- assertOpenApiBackwardIncompatible(BASE, "bc_request_schema_props_put_increased.yaml");
+ assertSpecChangedButCompatible(BASE, "bc_request_schema_props_put_increased.yaml");
43
}
44
45
0 commit comments