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 c54a204 commit 02d23e5Copy full SHA for 02d23e5
src/test/java/io/swagger/codegen/v3/generators/java/JavaModelTest.java
@@ -1044,7 +1044,7 @@ public void generateModel() throws Exception {
1044
1045
final CodegenConfigurator configurator = new CodegenConfigurator()
1046
.setLang("java")
1047
- .setInputSpec("src/test/resources/3_0_0/petstore.json")
+ .setInputSpecURL("src/test/resources/3_0_0/petstore.json")
1048
.setOutputDir(output.getAbsolutePath());
1049
1050
final ClientOptInput clientOptInput = configurator.toClientOptInput();
0 commit comments