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
How do you know that the code being test isn't sometimes not sending the second request? Also I don't understand the description:
The expectations are not met. The request is returned instead of a comparison of the two paths.
I guess the only issue you'ree concerned about is that you think MockServer is not verifying it has received both requests in the specified order when you feel it has?
Describe the issue
The expectations are not met. The request is returned instead of a comparison of the two paths.
What you are trying to do
I have a test where I expect 'authenticate' to be called before 'orders' (I'm using JUnit 4). Here's the code:
MockServer version
5.13.2
To Reproduce
Steps to reproduce the issue:
In a JUnit 4 test:
Intermittently I get this error:
Expected behaviour
To show that the calls were made in the right order
MockServer Log
The text was updated successfully, but these errors were encountered: