Skip to content

Commit 6ac9def

Browse files
committed
test: fix path issue in functional test
- Correct the JERSEY3_TEMPLATE_DIR path - All 4 functional tests now pass
1 parent 48ad522 commit 6ac9def

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

modules/openapi-generator/src/test/java/org/openapitools/codegen/java/jersey3/JavaJersey3ErrorEntityFunctionalTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
public class JavaJersey3ErrorEntityFunctionalTest {
4242

4343
private static final String JERSEY3_TEMPLATE_DIR =
44-
"modules/openapi-generator/src/main/resources/Java/libraries/jersey3/";
44+
"src/main/resources/Java/libraries/jersey3/";
4545

4646
/**
4747
* Verify generated code includes errorEntity field in ApiException

0 commit comments

Comments
 (0)