Skip to content

Commit

Permalink
zalando-stups#64 fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ender74 committed Apr 23, 2018
1 parent 5e39aa5 commit 5d22ead
Showing 1 changed file with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,13 @@ static class TestConfigurableCodegenConfig extends DefaultCodegen implements Con

private boolean skipModelGeneration = false;

private String apiPrefix;

@Override
public void setApiPrefix(String apiPrefix) {
this.apiPrefix = apiPrefix;
}

@Override
public void skipApiGeneration() {
skipApiGeneration = true;
Expand Down

0 comments on commit 5d22ead

Please sign in to comment.