Skip to content

Commit cbb8332

Browse files
committed
Fix SchemaBCTest
Refs #538
1 parent 3c026ef commit cbb8332

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

core/src/test/java/org/openapitools/openapidiff/core/backcompat/SchemaBCTest.java

+1-3
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,7 @@ public void requestFormatIncreased() {
3737

3838
@Test
3939
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");
40+
assertSpecChangedButCompatible(BASE, "bc_request_schema_props_put_increased.yaml");
4341
}
4442

4543
@Test

0 commit comments

Comments
 (0)