Skip to content

Commit

Permalink
fixed java model test.
Browse files Browse the repository at this point in the history
  • Loading branch information
HugoMario committed Jan 29, 2020
1 parent c54a204 commit 02d23e5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1044,7 +1044,7 @@ public void generateModel() throws Exception {

final CodegenConfigurator configurator = new CodegenConfigurator()
.setLang("java")
.setInputSpec("src/test/resources/3_0_0/petstore.json")
.setInputSpecURL("src/test/resources/3_0_0/petstore.json")
.setOutputDir(output.getAbsolutePath());

final ClientOptInput clientOptInput = configurator.toClientOptInput();
Expand Down

0 comments on commit 02d23e5

Please sign in to comment.