We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be914cb commit 0821b21Copy full SHA for 0821b21
core/src/test/java/org/openapitools/openapidiff/core/AddPropPutDiffTest.java
@@ -17,6 +17,7 @@ public void testDiffSame() {
17
18
@Test
19
public void testFieldAdditionalInPutApiIsCompatible() {
20
+ // See https://github.com/OpenAPITools/openapi-diff/pull/537
21
ChangedOpenApi changedOpenApi = OpenApiCompare.fromLocations(OPENAPI_DOC1, OPENAPI_DOC2);
22
assertThat(changedOpenApi.isDifferent()).isTrue();
23
assertThat(changedOpenApi.isCompatible()).isTrue();
0 commit comments