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
use the right file for test.
  • Loading branch information
HugoMario committed Jan 29, 2020
commit e720e7521a80a3f4a6212d2baa217b0cb3f2a64d
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")
.setInputSpecURL("src/test/resources/3_0_0/petstore.json")
.setInputSpecURL("src/test/resources/3_0_0/petstore.yaml")
.setOutputDir(output.getAbsolutePath());

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