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
Expected behaviour
The expectation is cleared. The typescript definition is expecting an object with an id. However if you check mockServerClient.js it is creating an object and nesting the passed in expectationid and incorrectly creating the request.
MockServer Log
See above
The text was updated successfully, but these errors were encountered:
botflux
added a commit
to botflux/mockserver-client-node
that referenced
this issue
May 28, 2024
Describe the issue
When using MockServerClient.clearById a rest api error is returned.
What you are trying to do
clear an expectation by id
MockServer version
5.14.0
To Reproduce
How you are running MockServer
Docker
Code you used to create expectations
Expected behaviour
The expectation is cleared. The typescript definition is expecting an object with an id. However if you check mockServerClient.js it is creating an object and nesting the passed in expectationid and incorrectly creating the request.
MockServer Log
See above
The text was updated successfully, but these errors were encountered: