Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

One of property creation missed #590

Merged
merged 11 commits into from
Jan 29, 2020
Prev Previous commit
Next Next commit
fixed java model test.
  • Loading branch information
HugoMario committed Jan 29, 2020
commit 02d23e588a56d6b4f4c45d8be11ee0aeed24481a
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