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 fcc4c2c commit 3620d45Copy full SHA for 3620d45
modules/swagger-codegen/src/test/java/io/swagger/codegen/python/PythonClientOptionsTest.java
@@ -26,7 +26,6 @@ protected CodegenConfig getCodegenConfig() {
26
@Override
27
protected void setExpectations() {
28
new Expectations(clientCodegen) {{
29
- clientCodegen.setPackageName(PythonClientOptionsProvider.PACKAGE_NAME_VALUE);
30
clientCodegen.setProjectName(PythonClientOptionsProvider.PROJECT_NAME_VALUE);
31
clientCodegen.setPackageVersion(PythonClientOptionsProvider.PACKAGE_VERSION_VALUE);
32
clientCodegen.setPackageUrl(PythonClientOptionsProvider.PACKAGE_URL_VALUE);
0 commit comments