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

got error on generated handler test case #179

Closed
GavinChenYan opened this issue Sep 26, 2018 · 2 comments
Closed

got error on generated handler test case #179

GavinChenYan opened this issue Sep 26, 2018 · 2 comments

Comments

@GavinChenYan
Copy link
Contributor

ClientRequest request = new ClientRequest().setPath("/api/v1/goals/goalId").setMethod(Methods.get);

should be:

Methods.GET

@GavinChenYan
Copy link
Contributor Author

Same for post as well

        ClientRequest request = new ClientRequest().setPath("/api/v1/goals").setMethod(Methods.post);

@stevehu
Copy link
Contributor

stevehu commented Sep 26, 2018

This is a newly introduced defect in release 1.5.19. It wasn't detected as the generated test case body is commented out. The master branch is fixed as well but we cannot release the same 1.5.19 to the maven central. The docker image on docker hub will be replaced with the fix. Thanks for bringing it up.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants