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 33cbaf2 commit 90ee2afCopy full SHA for 90ee2af
1 file changed
modules/openapi-generator/src/test/java/org/openapitools/codegen/OpenAPINormalizerTest.java
@@ -196,7 +196,7 @@ public void testSimplifyOneOfAnyOfEnum() throws Exception {
196
assertNull(combinedRefsEnum.getOneOf());
197
198
// Test with rule disabled
199
- OpenAPI openAPI2 = TestUtils.parseSpec("src/test/resources/3_0/simplifyoneOfWithEnums_test.yaml");
+ OpenAPI openAPI2 = TestUtils.parseSpec("src/test/resources/3_0/simplifyOneOfWithEnums_test.yaml");
200
Map<String, String> options2 = new HashMap<>();
201
options2.put("SIMPLIFY_ONEOF_ANYOF_ENUM", "false");
202
OpenAPINormalizer normalizer2 = new OpenAPINormalizer(openAPI2, options2);
0 commit comments