You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
ClientRequest request = new ClientRequest().setPath("/api/v1/goals/goalId").setMethod(Methods.get);
should be:
Methods.GET
The text was updated successfully, but these errors were encountered: