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
When verifying a provider with multiple pacts, the ProviderVerifierResponse array should contain an entry for each pact verification with the correct results.
Actual behaviour
All ProviderVerifierResponse objects contain the data of the last verification result, thus we get an inconsistent result.
The response array contains two entries, but unfortunately the example entries in the first result (verifierResponses[0].Examples) are overwritten by the second result.
The text was updated successfully, but these errors were encountered:
Software versions
Expected behaviour
When verifying a provider with multiple pacts, the ProviderVerifierResponse array should contain an entry for each pact verification with the correct results.
Actual behaviour
All ProviderVerifierResponse objects contain the data of the last verification result, thus we get an inconsistent result.
Steps to reproduce
Call verify provider with two pact files:
The response array contains two entries, but unfortunately the example entries in the first result (
verifierResponses[0].Examples
) are overwritten by the second result.The text was updated successfully, but these errors were encountered: