Skip to content

Commit 10d3716

Browse files
committed
fix allowableValues test
1 parent d4150d9 commit 10d3716

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/swagger-codegen/src/test/java/io/swagger/codegen/java/jaxrs/AllowableValuesTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818
public class AllowableValuesTest {
1919

20-
private static final String TEMPLATE_FILE = "JavaJaxRS/libraries/jersey1/allowableValues.mustache";
20+
private static final String TEMPLATE_FILE = "JavaJaxRS/allowableValues.mustache";
2121
private static final String PROVIDER_NAME = "operations";
2222

2323
private static String loadClassResource(Class<?> cls, String name) throws IOException {

0 commit comments

Comments
 (0)