cdancy / bitbucket-rest

Java client, built on top of jclouds, for working with Bitbucket's REST API
Apache License 2.0
78 stars 57 forks source link

Fix mock tests #325

Closed martinda closed 2 years ago

martinda commented 2 years ago

This fixes #280.

Three mock tests are currently broken. I identified one problem: a missing  @Path in the ProjectApi. In this PR:

There is ONE more bug in SyncApiMockTest that I am still working on #324

cdancy commented 2 years ago

Wonderful and thanks for knocking these out @martinda !