Skip to content

Commit 0329ee9

Browse files
Update modules/openapi-generator/src/test/java/org/openapitools/codegen/java/jaxrs/JavaJAXRSSpecServerCodegenTest.java
Putting the proper petstore file as it was incorrectly committed before, many apologies! Co-authored-by: cubic-dev-ai[bot] <191113872+cubic-dev-ai[bot]@users.noreply.github.com>
1 parent a13ff9f commit 0329ee9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

modules/openapi-generator/src/test/java/org/openapitools/codegen/java/jaxrs/JavaJAXRSSpecServerCodegenTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1243,7 +1243,7 @@ public void testDiscriminatorMappingUsedInJsonTypeName() throws Exception {
12431243
output.deleteOnExit();
12441244

12451245
OpenAPI openAPI = new OpenAPIParser()
1246-
.readLocation("src/test/resources/3_0/jaxrs/pestore.yaml", null, new ParseOptions()).getOpenAPI();
1246+
.readLocation("src/test/resources/3_0/jaxrs/petstore.yaml", null, new ParseOptions()).getOpenAPI();
12471247

12481248
codegen.setOutputDir(output.getAbsolutePath());
12491249

0 commit comments

Comments
 (0)