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
I think it's because the API changed at one point, this repo currently supports jamesdbloom/mockserver:mockserver-5.4.1.
I think it'd be nice to support new versions but we'd need either to instruct the client on the server's version or have a different tag/branch for new versions.
IMO it makes the most sense to update to a new major or minor version to signify breaking changes. MockServer 5.4.1 was released in June of 2018, and is now up to 5.10.0. It would be great to update the library to use the latest version of MockServer. I can create a PR to update to the latest version if you'd prefer.
Mockserver-friendly-client calls verify with:
But MockServer expects:
Verify documentation
I suggest changing
python-mockserver-friendly-client/mockserver_friendly/__init__.py
Lines 107 to 108 in 900f5ab
to return
{"atLeast": self.count, "atMost": self.count}
The text was updated successfully, but these errors were encountered: